코스모스 공작소

brackets 설치 본문

프로그래밍/웹프로그래밍

brackets 설치

cosmos_studio_ 2017. 3. 13. 19:32
반응형

brackets을 설치한다. html과 css, jsp를 이용하기 위함이다.

 

Brackets - http://brackets.io

 

A modern, open source code editor that understands web design

Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long.

brackets.io

 

-추가 플러그인 목록

emmet - 자동 입력 

축약 코드 참고 : http://docs.emmet.io/cheat-sheet

 

Emmet Documentation

Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: Demo | ~~~ tooltip: Type CSS-like abbreviation type: ul#nav>li.item$*4>a{Item $} wait: 1000 tooltip: Run “Expand Abbreviation” action to expand it into HTML ::: “Expand A

docs.emmet.io

 

사용법 참고 : https://opentutorials.org/course/128/1395

 

opentutorials.org

오픈튜토리얼스 업데이트

opentutorials.org

 

 Beautify - 자동 정렬

 사용 : 편집 > Beautify / Ctrl + Shift + L

 

 Live Preview for Responsive -  브라우저로 실시간 결과 확인 가능

 JS Live Debugger - 자바스크립트 문법을 체크. 디버깅

 

 eqFTP - 서버에 집겁적으로 실시간 파일 수정, 삭제, 생성이 가능

 

 todo - 다운 시 우측 아이콘 바에 todo 아이콘 생성 >클릭 시 하단에 형성

(작업 중 지금은 괜찮으나 후에 변경 해야 할 것이 있거나 해야 할 것이 있는 경우

나중에 바로 찾을 수 있도록 해준다.)

 

반응형

'프로그래밍 > 웹프로그래밍' 카테고리의 다른 글

[웹]진수 변환기  (1) 2023.10.17
Project1_ 간단한 html 페이지 제작  (0) 2017.03.08
Comments