본문 바로가기

Programming

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

반응형

본 글에서는 Visual Studio Code 를 간략히 소개하고, 설치 및 작동법에 대해 알아보도록 하겠다.

 

 

Visual Studio Code?

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 (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). Begin your journey with VS Code with these introductory videos.

→ Visual Studio Code 는 한마디로, 마이크로소프트에서 만든 통합개발 환경으로, 다양한 컴퓨터 프로그래밍 언어를 지원한다. 따라서 python 이외에도 확장성이 크고, 마이크로소프트 사의 지속적인 업데이트를 통해 성장가능성이 무궁무진한 IDE 라고 볼 수 있다. 

Setting up Visual Studio Code

Operating system that VSCode can run : macOS, Linux, and Windows 

→ Cross platform 이다. 따라서 사용이 편의 하다고 볼수 있다.

Visual Studio Code on Windows

다음으로 Windows 에서 사용하기 위한 일련의 과정에 대해 알아보자

1. 설치 : 아래 링크로 접속 후, 이미지의 빨간색 밑줄 친 부분을 클릭하면 받아진다. 

https://code.visualstudio.com/docs/setup/windows

 

Running Visual Studio Code on Windows

Get Visual Studio Code up and running on Windows

code.visualstudio.com

 

2. Tutorial 진행

- Visual Studio Code 의 사용법은 아래 링크의 튜토리얼을 통해 쉽고 빠르게 배울 수 있다.

https://code.visualstudio.com/docs/getstarted/introvideos

 

Visual Studio Code Introductory Videos

Overview of Visual Studio Code's introductory videos.

code.visualstudio.com

 

 

 

 

 

 

반응형
LIST