NodeJS

[NodeJS] Visual Studio Code NodeJs Extention 추천

jwKim96 2020. 1. 2. 23:36

1. Bracket Pair Colorizer 2

  괄호쌍을 같은색으로 해준다.

   ex)    ( ( ( 이런식으로 ) ) )

 

2. npm

  npm 명령어를 선택하면 terminal에 명령어가 자동으로 입력되게 한다.

 

3. npm Intellisense

  코드 작성 중 설치된 module 자동완성 기능 제공

 

4. ESLint 

  문법오류로 추청되는부분 표시

 

5. Auto Close Tag

  html태그를 자동으로 닫아준다.

  심지어 " " 안에서도..

 

 

참고

https://developer.okta.com/blog/2019/05/08/top-vs-code-extensions-for-nodejs-developers

 

Top 10 Visual Studio Code Extensions for Node.js

Our recommendations for the essential Visual Studio Code extensions for Node.js developers.

developer.okta.com