# 숫자는 순위가 아닙니다
1. VSC (Visual Studio Code)
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
장점 : 다양한 언어를 지원함, 중간 정도 가벼움
단점 : 모르겠다
2. Sublime Text
Sublime Text - A sophisticated text editor for code, markup and prose
Goto Anything Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Triggered with Ctrl+P⌘+P, it is possible to: Type part of a file name to open it. Type @ to jump to symbols, # to search within the f
www.sublimetext.com
장점 : 아주 가벼움
단점 : 자동완성 등의 기능은 없음
3. atom
A hackable text editor for the 21st Century
At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.
atom.io
장점 : 깃허브에서 만들었기 때문에 깃허브와 연동이 편리하다.
단점 : 자동완성이 약하다 (추가 패키지를 설치해서 커버할 수 있다)
4. notepad++
notepad-plus-plus.org/downloads/
Downloads | Notepad++
notepad-plus-plus.org
장점 : 아주 가볍다
단점 : 별다른 기능은 없다
5. VS (Visual Studio)
visualstudio.microsoft.com/ko/
Visual Studio IDE, 코드 편집기, Azure DevOps 및 App Center - Visual Studio
Visual Studio 개발자 도구 및 서비스로 모든 플랫폼에서 어떤 언어로든 앱 개발을 쉽게 할 수 있습니다. Mac 및 Windows 코드 편집기, IDE 또는 Azure DevOps를 체험해 보세요.
visualstudio.microsoft.com
장점 : 많은 패키지들, 기능들이 있다
단점 : 기능이 많다보니 무겁다
'코딩' 카테고리의 다른 글
윈도우10,11 PATH에 경로 추가하기 (환경변수) (0) | 2024.05.18 |
---|---|
Visual Studio Code 테마 배포 (다크) (0) | 2022.09.11 |
Visual Studio Code 설치하기 (0) | 2022.09.11 |
HTML - 파비콘(타이틀 옆 이미지) 추가 (0) | 2021.01.27 |
무료 템플릿 사이트 3곳 소개 (0) | 2020.10.10 |