STUDY/tip

IDE : 웹 에디터와 통합개발환경(IDE)

RESHUR : 레슈 2022. 4. 8. 17:55

IDE : 웹 에디터와 통합개발환경(IDE)


웹 에디터 (편집기)

https://codepen.io/ - codepen으로 작성

 


온라인 웹 에디터(편집기)  링크

 

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

 


Visual Studio Code - VScode

통합개발환경 (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