-
atom editor 패키지프로그래밍/php 2019. 12. 15. 01:12
ATOM Editor 소개 및 사용법 - 인프런
생활코딩에서 제공하는 아톰 에디터 사용법 입니다. 초급 개발도구 ATOM 온라인 강의
www.inflearn.com
# atom hello_atom.text로 hello_atom.text 열 수 있다.
ctrl + \ 는 옆에 디렉토리 구조(tree)를 볼 수 있는 단축키디ㅏ.
ctrl + , 는 setting install 연다.
* 깔면 좋을
- emmetemmet - tab키 or (ctrl + e) 가 단축키다
- minimap
- script
shift + crtl + b 가 run 단축키다.
autocomplete-html-css
atom-beauty
language-asg
atom-html-preview
atom-live-server
linter 문법적 오류 잡아줌
https://mingtrace.tistory.com/277
ATOM에서 HTML Preview 사용하기
ATOM HTML Preview 설치 및 활용 웹 프로그래밍을 본격적으로 공부하기 위해서, ATOM에서 시작을 해보기로 했습니다. 기본적으로 '.html'확장자를 만들어서 제작하다 보면 그때그때마다 웹브라우저를 띄워서 확인..
mingtrace.tistory.com
atom-html-preview
ctrl + shift + h 누르면 웹사이트 preview 가능
https://jamong-icetea.tistory.com/46
Atom-AutoComplete-PHP
Atom-AutoComplete-PHP란 atom 에디터 내에서 php 코드를 작성할 때 자동완성 기능을 통해 php에 대한 함수들을 쉽게 호출하여 사용할 수 있게 만들어주는 패키지이다. 설치 방법 1. File → Settings를 클릭한다...
jamong-icetea.tistory.com
https://mingtrace.tistory.com/277
ATOM에서 HTML Preview 사용하기
ATOM HTML Preview 설치 및 활용 웹 프로그래밍을 본격적으로 공부하기 위해서, ATOM에서 시작을 해보기로 했습니다. 기본적으로 '.html'확장자를 만들어서 제작하다 보면 그때그때마다 웹브라우저를 띄워서 확인..
mingtrace.tistory.com
atom - autocomplete-php 설치 후 에러
atom-autocomplete-php -incoreect setup!
either php or composer is not correctly set up and as a result php autocompletion will not work. please visit the settings screen to correct this error. if you are not specifying an absolute path for php or composer, make sure they are in your path. feel free to look package's readme for configuration examples
php could not be spawned. is it installed and on your path? if so please open an issue on the package spawning the process'프로그래밍 > php' 카테고리의 다른 글
html css javascript 영상 (0) 2019.12.16 bootstrap (0) 2019.12.15 아톰 관련 정보들 (0) 2019.12.14 centos7 atom install (센토스7에 아톰 설치) (0) 2019.12.14 리눅스 센토스7 인터넷 연결 (0) 2019.12.14