vscode中一些好用的插件介绍

引言

自己在使用vscode的过程中使用了很多插件,并且有许多插件能够提高自己的编码效率或者是一些其他的工具。在这顺便给出自己觉得挺好用的插件名称并且摘抄出对应的简介。

Code Spell Checker

A basic spell checker that works well with camelCase code.
The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.

Code Runner

Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, and custom command.

Code Time

Code Time is an open source plugin for automatic programming metrics and time tracking.

Markdown All in One

All you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).

Markdown PDF

This extension converts Markdown files to pdf, html, png or jpeg files.

Document This

"Document This" is a Visual Studio Code extension that automatically generates detailed JSDoc comments for both TypeScript and JavaScript files.

vscode-icons

Bring icons to your Visual Studio Code (minimum supported version: 1.31.1).

Leetcode

Solve LeetCode problems in VS Code.

原文地址:https://www.cnblogs.com/zuixime0515/p/13534363.html