vscode good topics and real-time preview real-time compiler SCSS

If I recommend a front-end IDE editor, then I definitely recommend this vscode editor, why? Because vscode is not only simple, quick and beautiful, rich peripheral plug key.
This is the official website of the editor: https://code.visualstudio.com/ key it's free very nice

Some recommend not only convenient but also improve development efficiency vscode plug-in, but also make you more intelligent editor modern, very easy to use.
Regularly updated list of recommended plugins:

  1. Allows you to run a variety of language code

    2. Very nice theme

    3. Real-time monitor your scss files, and to turn into a css file, with the following live server, simply can not be easy, but the
  2. Can get for your static pages as html files, add real-time reload function, modify the code again, without having to manually refresh automatically respond to the modified code, very convenient

    5. a very nice ocean theme, clear and bright color, I was in see the official documentation react, react recommend this theme to develop react, because it's easy to find the corresponding code via his color, the official said so, experience a bit, indeed very react in line with the code.

    6. shortcut keys to quickly open your html document

    7 for code formatting, make your code clear structure

    8. Format your SCSS file, make your scss code format is more neatly.

    9. The official website recommended a plug-in, and also vscode vue Vue official recommendation to develop, it can make your Vue single-file code highlighting, also has a number of convenient segments, and so on, to see their own plug-introduce it.

    10. If you are a developer and have to use react styled-components, then it installed, provides code highlighting for styled-component, smart tips

Guess you like

Origin www.cnblogs.com/xiaolantian/p/12657335.html
Recommended