IDE : 웹 에디터와 통합개발환경(IDE)
웹 에디터 (편집기)
- HTML 문법에 맞추어 편리하게 작성할 수 있도록 도와주는 편집기
- 온라인 웹 에디터 : https://jsbin.com , https://replit.com , https://codepen.io 등이 있다.

온라인 웹 에디터(편집기) 링크
CodePen
An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.
codepen.io
The collaborative browser based IDE
Replit is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages.
replit.com
JS Bin
Sample of the bin:
jsbin.com

통합개발환경 (IDE)
- 개발을 할 때 필요한 여러 가지 툴을 한 프로그램을 통해 사용할 수 있도록 한다.
- 코드를 작성하기 위한 소스 코드 편집기
- 작성한 코드를 실행하기 위한 빌더
- 작성한 코드에 문제가 없는지 체크해주는 디버거
- 추가적인 기능을 제공하는 플러그인
- 대표적으로 Visual Studio Code, intellij, Xcode, Eclipse 등 이 있다.
통합개발환경 (IDE) 다운로드
비주얼 스튜디오 코드 다운로드 : 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
이클립스 다운로드 : https://www.eclipse.org/downloads/
Eclipse Downloads | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
www.eclipse.org
2022.04.14 - [TIL/tip] - VScode : Visual Studio Code - 자주 사용하는 단축키(Mac기준)
VScode : Visual Studio Code - 자주 사용하는 단축키(Mac기준)
자주 사용하는 단축키 ! + enter or tab : html의 기본 틀을 불러옴 Cmd + W : 현재 창 닫기 Cmd + shift + T : 닫은 창 다시 열기 Cmd + B : 사이드바 토글 Cmd + shift + E : 사이드바 - 검색 Cmd + shi..
sol-reshur.tistory.com
'STUDY > tip' 카테고리의 다른 글
HTML : html 기본 틀 쉽게 만들기 (0) | 2022.05.15 |
---|---|
CSS : 100 DAYS CSS CHALLENGE (100일 CSS 챌린지) (0) | 2022.05.10 |
VScode : Visual Studio Code - 자주 사용하는 단축키(Mac기준) (0) | 2022.04.14 |
Web Site : placeholder.com - 원하는 사이즈의 예시 이미지를 만드는 사이트 (0) | 2022.04.07 |
Web Site : Can't Unsee - UI감각 기르기 (0) | 2022.04.07 |