新知榜官方账号
2023-08-06 03:44:29
Whether you’re an experienced developer or just starting out, you want your development work to be as easy as possible. Using the right tools can help you achieve this goal. If you’re using VS Code, you can make it fit your preferences by installing the right plugins. To make your life as simple as possible, you can add a lot of the content you want. The plugins you use will have a big impact on your work efficiency and workflow. That’s why we have the VS Code plugin list. We change tools, and tools change us. - Jeff Bezos
These plugins can all be found for free on the Visual Studio Marketplace.
With over 3.2 million downloads, Visual Studio Intellicode is one of the most downloaded plugins on the VS Marketplace. And in my opinion, it’s one of the most useful plugins out there. This plugin is designed to provide intelligent code completion suggestions to developers and comes pre-built with support for multiple programming languages. Using machine learning technology and patterns found in many open-source GitHub projects, the plugin provides suggestions as you code.
Sometimes you need to know who wrote a piece of code. Well, Git Blame comes to the rescue, telling you who was the last person to touch a line of code. Most importantly, you can see which commit it happened in. This is very useful information, especially when you’re using something like feature branches. With feature branches, you can use the branch name to reference a ticket. Because Git Blame tells you which commit (and therefore which branch) a line of code change was made in, you’ll know which ticket caused the change. This helps you understand the reason behind the change better.
Prettier is one of the best plugins that developers need to follow a set of good rules while developing. It’s a remarkable plugin that lets you take advantage of the Prettier package. It’s a powerful, self-proclaimed code formatter that allows developers to format their code in a structured way. Prettier works with JavaScript, TypeScript, HTML, CSS, Markdown, GraphQL, and other modern tools to help you format your code correctly.
Every slightly updated web developer has probably used various JavaScript stacks. Regardless of which framework you choose, typing the same common code across different projects should reduce your workflow. JavaScript (ES6) Code Snippets is a convenient plugin that provides some very useful JavaScript snippets for the idle developer. It binds standard JavaScript calls to simple hotkeys. Once you’ve mastered the trick, your work efficiency will be greatly improved.
You may have guessed that this plugin can help developers who are using style sheets. Once you start creating style sheets for your applications, you definitely want to use the Sass plugin. The plugin supports indented Sass syntax automatic syntax guidance, autocompletion, and formatting. In terms of style, you definitely want to include this tool in your toolbox.
Path Intellisense is one of the Visual Studio Code extensions that provides guaranteed productivity boosts for your development. If you’re working on many projects at once and using too many different technologies, then you certainly need a convenient tool that will help you remember path names. This plugin will save you a lot of time that would otherwise be wasted on finding the correct directory. PathIntellisence was originally developed as a simple extension for autocompleting file names, but it has since proven to be a valuable asset in most developers’ toolkits.
If you need to debug JavaScript, you don’t have to leave Visual Studio Code. The Chrome debugger, released by Microsoft, allows you to debug source files directly in Visual Studio Code.
The ESLint plugin integrates ESLint into Visual Studio Code. If you’re not familiar with it, ESLint is a tool for statically analyzing code that quickly finds problems. Most of the problems found by ESLint can be automatically fixed. The ESLint fixer recognizes syntax, so you won’t encounter errors introduced by traditional find-and-replace algorithms. Most importantly, ESLint is highly customizable.
The SVG Viewer extension adds many utilities that can be used with SVG in VS Code. This plugin makes it possible to render SVG files and see what they look like without leaving the editor. In addition, this plugin also has options for converting to PNG and generating data URI schemes.
Last but not least, themes. Since you’ll be looking at your editor every day, why not make it as beautiful as possible? There are a plethora of custom plugins that can change the color scheme and icons of the sidebar. Some popular themes are free, such as OneMonokai, OneDarkPro, and Material Icon.
相关工具
相关文章
推荐
用Deepseek写AI绘图提示词,像呼吸一样简单!
2025-02-19 16:12
你以为AI绘画是黑科技?其实早成了“路边摊生意”!
2025-02-19 10:15
Flux爆火,全网最全面最详细的Flux使用教程!
2025-02-18 14:19
用AI如何创作音乐,实战教学来啦!
2025-02-17 17:23
MidJourney让你秒变绘画大神,从零开始画哪吒!
2025-02-17 14:56
AI应用新境界:让人工智能成为你的得力助手
2025-02-14 15:45
AI短片革命:当创作遇上智能,人人都能成为导演
2025-02-14 14:53
AI狂潮下的人类职场:是失业危机还是进化契机?
2025-02-13 16:53
开启影视创作新纪元,效率提升 10 倍的神器来了!
2025-02-13 15:11
深度解析DeepSeek:当AI技术照进创作产业的未来
2025-02-12 17:16