본문 바로가기
개발일기/Frontend

[Frontend] 비주얼스튜디오코드(Visual Studio Code) 설치

by dori625 2020. 2. 6.

WEB

 

Frontend

- 2 -


저번 시간에는 프론트엔드 개발자에 대해 알아보았습니다.

2020/02/06 - [개발일기/Frontend] - [Frontend] 프론트엔드 개발자란?

 

[Frontend] 프론트엔드 개발자란?

WEB Frontend - 1 - 오늘은 '프론트엔드 개발자(Front-End Developer)'에 대해 포스팅을 해보고자 합니다. 프론트 엔드란? 사용자에게 웹을 통해 다양한 콘텐츠(문서, 동영상, 사진 등)를 제공합니다. 또한, 사용..

dori625.tistory.com

 

이번 시간에는 프론트엔드 개발에 필요한 웹편집기를 설치해 보겠습니다

 

○ 왜 비주얼스튜디오코드(Visual Studio Code) 인가?

비주얼 스튜디어 코드(Visual Studio Code) 는 마이크로소프트 사에서 무료료재공하는 편집기 이고 다양한 OS에서 사용할수 있으며 자바스크립트, 타입스크립트, Node.js 등의 지원 기능이 내장돼 있으며 닷넷, 유니티 등의 런타임과 C++, C#, 자바, 파이썬, PHP, 고(Go) 등 다른 언어용 확장프로그램으로 구성된 풍부한 생태계를 보유하고 있다.

또한 가장 유명한 개발 사이트인 스텍오버플로어에서 선정한 2019년 한해동안 가장 많이 쓰이는 편집기로 나왔습니다. 

https://insights.stackoverflow.com/survey/2019

 

Stack Overflow Developer Survey 2019

Nearly 90,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologies. Salary and careers.

insights.stackoverflow.com

 

무려 50.7% 전세계 개발자중 절반정도가 쓰고있다고 생각하면 되겠네요

 

○ 비주얼스튜디오코드(Visual Studio Code) 다운로드

 

비주얼스튜디오코드(Visual Studio Code) 을 아래 사이트에서 다운받아 줍니다.

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

다운 받은 파일을 실행시켜 줍니다.

보이는데로 설치 과정이 아주 손쉽기 때문에 쭉 진행하시면 됩니다.

 

 

설치가 완료되면 비주얼스튜디오코드(Visual Studio Code)를 실행시켜 보겠습니다. 

 

오늘의 포스팅은 여기까지 입니다.

다음엔 더 유익한 포스팅으로 돌아오겠습니다.