본 글에서는 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
2. Tutorial 진행
- Visual Studio Code 의 사용법은 아래 링크의 튜토리얼을 통해 쉽고 빠르게 배울 수 있다.
https://code.visualstudio.com/docs/getstarted/introvideos
'Programming' 카테고리의 다른 글
[SQL][문법] 데이터베이스 (0) | 2021.12.19 |
---|---|
[개념] Visual Studio Code 에 대해 알아보자 (2/2) (0) | 2021.12.18 |
[개념] Python 구동을 위한 통합개발환경 (IDE) 에 대해 알아보자 (Visual studio code, pycharm, spyder 등) (0) | 2021.12.18 |
파이썬 코드 예제 유용한 블로그 (0) | 2020.09.11 |
키움 hts 조건식 불러오기 (0) | 2020.09.02 |