preface
Working with code every day, I have collected some interesting plug-ins over the past year, which at least I think improved my coding experience. If you are interested, you can check them out
Plug-in set list
Extension name and link | describe |
---|---|
File Suggest | Improvements to typescript-encoded file import tooltips work well |
JS/TS Biscuits | This is kind of interesting because it allows us to locate the code block and feel it on the closed end! |
Bracket Lens | This is similar to the above, but with a few differences. It’s a great experience |
Parameter Hints | This can expose the parameter type, more IDE feel, I love this plugin (both TS&JS support) |
Separators | This is also convenient for fast positioning, function area block at a glance ~ used are good |
Template String Converter | This saves me a lot of coding time and is a must |
Package.json Helper | You can quickly locate the package location and store location of NPM, saving a lot of time |
Microsoft Edge Tools for VS Code | Currently using edge as the main development, which is convenient to synchronize, also chromium kernel ~~ this extension is adapted to edge browser debug |
javascript console utils | I like the idea of adding random colors and emojis to my wrapped console, which is clearly visible on the console, and the ability to clear all consoles with one click |
CSS Initial Value | It is used to sense CSS default styles and saves a lot of time, sometimes without having to go to MDN |
Colorful Comments | This is interesting. You can customize the highlighting keywords, and it also supports TODO naturally |
Subject to recommend
Subject name and link | experience |
---|---|
Legendary Dark | Legend of the Black knight ~~ another word, super god fan! I feel very comfortable |
Winter is Coming Theme | Compared to the above, this one offers more dark colors, some very soft ~ |
rendering
My current coding interface, as shown in figure ~~
conclusion
Hope to improve your coding experience ~ if there is anything wrong, please leave a message and we will correct it in time. Thank you for reading