맨 처음 C/C++ 코딩을 했을 때는 Visual basic, Visual studio를 사용했던 것 같다. (아주 오래 전에 😅)
그리고, Visual studio code가 나와서 Python이나 C/C++ 코딩을 할 때 많이 사용하게 된거 같다.
Vissual studio Code는 가볍지만, 좋은 코드 에디터이다. Widowns, macOS, Linux에서 모두 호환된다. Java Script, TypeScript, Node.js를 지원하고 extions
을 통해서 languages (C, C++, C#, Java, Python, PHP, Go, .Net)와 runtimes를 지원한다.
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 and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.
01 아래 링크로 이동
Visual Studio Code
02 Download for windows 클릭
03 클릭해서 들어 가면, 바로 다운로드 폴더에 설치된다
01 View
> Extensions(Ctrl+shift+x)
02 왼쪽 Extions market에서 c를 검색면 extension list가 나온다.
여기서 install 을 하면 설치 완료!
03 설치하면 Welcom 화면이 나온다.
extension 설치할때마다 나오는듯? 하다
Python extension도 위와 같은 방식으로 설치할 수 있다.
01 View
> Extensions(Ctrl+shift+x)
02 왼쪽 Extions market에서 python을 검색면 extension list가 나온다.
여기서 install 을 하면 설치 완료!
C/C++, Python을 사용할 떄 extension 설치와는 별도로 환경을 설정해야 한다.