반응형
Visual Studio Code 홈페이지에 접속하게 되면 다양한 기능에 대한 설명을 볼 수 있다.
새로운 소프트웨어을 사용하기 전에는 이러한 기능들에 대한 설명을 보는 것이 향후 작업의 편의성을 위해서 좋다.
따라서, 본 글에서는 Get Started 항목에 대한 내용을 요약 정리 해보도록 하겠다.
Get Started
Intro Videos
Getting started
1) 작동 방식
- download
- selecting operating system
- open file or creating new file
- typing code on file
- saving the file
2) 화면 구성
- bottom line : status bar
- left : activity bar (file export, search files, source control, run view, extension view)
- center : all the actions in the code
3) 단축키
ctrl + shift + p : find and run all commands
ex) ctrl + shift + e : file explorer
2. Code editing
3. Productivity Tips
4. Personalize
5. Extensions
6. Debugging
7. Version Control
8. Customize
반응형
LIST
'Programming' 카테고리의 다른 글
[파이썬] 데이터 분석 관련 학습 자료 조사 (0) | 2021.12.19 |
---|---|
[SQL][문법] 데이터베이스 (0) | 2021.12.19 |
[개념] Visual Studio Code 에 대해 알아보자 (1/2) (0) | 2021.12.18 |
[개념] Python 구동을 위한 통합개발환경 (IDE) 에 대해 알아보자 (Visual studio code, pycharm, spyder 등) (0) | 2021.12.18 |
파이썬 코드 예제 유용한 블로그 (0) | 2020.09.11 |