Recommended Visual Studio Code plug-ins

Started by Mario, September 09, 2017, 02:40:41 PM

Previous topic - Next topic

Mario

I thought I share which plug-ins I use and can recommend:



Especially EsLint (JavaScript code analysis and error check) and HTMLHint (same for HTML) are awesome.
Make sure you have the "Problems" panel open in VSCode (View > Problems). If your HTML code or JavaScript code have syntax errors (or errors which can be found by static code analysis) they will reported there. Indispensable.

The Bookmarks plug-in allows you to set bookmarks in your code and then jump between these bookmarks. I use the custom hotkeys <Ctrl>+<F2> to set/remove and <F2> to jump between bookmarks. Makes navigation in source code much faster.

The htmltagwrap wraps the selected text in <tag>. Great for writing lots of HTML code. I use that when creating code examples for the documentation. Great to wrap text in <strong></strong> or <code></code> or whatever.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

sinus

Best wishes from Switzerland! :-)
Markus