Visual Studio Code is a lightweight but powerful source code editor
which runs on your desktop and is available for Windows, macOS and Linux.
It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET).
Node.js 애플리케이션 개발을 위해서는 Visual Studio Code 같은 IDE를 사용할 수 있음.
















{
"workbench.colorTheme": "Default Light Modern",
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "나눔고딕코딩, 'Courier New', monospace",
"editor.fontSize": 18,
"editor.fontWeight": "1000",
"terminal.integrated.fontWeightBold": "bold",
"workbench.colorCustomizations": {
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"editor.hover.enabled": false, //도움말 안뜸**
"editor.hover.sticky": false, //도움말 안뜸**
"editor.parameterHints.enabled": false,
"editor.wordWrap": "on",
"editor.fontVariations": false, //도움말 안뜸**
"editor.mouseWheelZoom": true,
"terminal.integrated.mouseWheelZoom": true,
"terminal.integrated.fontSize": 18,
}
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
//한글 패치, node extension pack , vscode-icons ,auto complete tag,hrml css support
(노드를 편하게 사용하기 위한 확장팩 )
vscode-icons : 아이콘 모양 바꿈
Auto Complete Tag :HTML/XML 태그 자동 완성 기능 통합 버전
-Auto Rename Tag : HTML/XML 태그의 이름을 자동으로 변경
-Auto Close Tag : HTML/XML 닫기 태그를 자동으로 추가
-Auto Import