본문 바로가기

Programming

[개념] Visual Studio Code 에 대해 알아보자 (2/2)

반응형

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