woonizzooni

[VSCode] Visual Studio Code 설치 및 환경 구성 본문

MISC

[VSCode] Visual Studio Code 설치 및 환경 구성

woonizzooni 2019. 6. 12. 19:20

 

  • 설치 프로그램 다운로드 : https://code.visualstudio.com/
  • 확장 프로그램 ('File > Preferences > Extensions' or 'Ctrl + Shift + X')
    • 공통 
      • vscode-icons
      • Korean Language Pack for Visual Studio Code
      • View In Browser
      • Debugger for Chrome
      • Live Server
      • Beautify
    • Git 동작 및 활용 관련
      • Settings Sync
      • GitLens - Git supercharged
      • Git History
    • Markdown 관련
      • Markdown All in One
      • markdownlint
      • Markdown Preview Enhanced
      • Markdown Shortcuts
      • Markdown TOC
      • Table Fomatter
    • react-native관련
      •  
    •  Flutter관련
      • Flutter : Dart SDK가 설치되어 있어야 함.
    • Python관련
      • Python
      • Python for VSCode
      • Python Extension Pack

 

(업데이트 중)

 


 

[참고]

VS Code Tips and Tricks

https://github.com/microsoft/vscode-tips-and-tricks

 

 

'MISC' 카테고리의 다른 글

rc 파일이란? rc란?  (3) 2019.06.13
Wireshark SSL/TLS 패킷 복호화  (0) 2019.06.13
[Ecplise] tab대신 space 사용하기  (0) 2019.06.13
무료 포럼 서비스  (0) 2019.06.13
코드블럭 highlight.js 사용  (0) 2019.06.13
Comments