티스토리 뷰




ATOM 에디터

atom IDE ftp 연동방법

 

방법1 : ftp-remote-edit

ctrl+shift+p > install검색 > Install Package and themes 선택 >

'ftp'로 검색 > ftp-remote-edit 선택

 

 

 

방법2 : remote ftp

Ctrl+Shift+P > install검색 > install packages and 테마 선택 > remote ftp 선택

 

Packages > Remote-FTP > Toggle (alt+ctrl+O)
왼쪽상단에 [Remote] 탭이 생성됩니다
Edit Configuration 클릭
.ftpconfig 확장자 파일에 아래 소스를 복사/붙여넣기한후 수정하십시요~~~
{
"protocol": "ftp",
"host": "호스트_주소",
"port": 21,
"user": "유저이름",
"pass": "비밀번호",
"promptForPass": false,
"remote": "/",
"secure": false,
"secureOptions": null,
"connTimeout": 10000,
"pasvTimeout": 10000,
"keepalive": 10000,
"watch": []
}


[Conect] 버튼 클릭합니다.

 

 

 

 

 

HTML 브라우저 미리보기

 

ctrl+shift+p > install검색 > Install Package and themes 선택 > 
'open in browser' 검색

open-in-browser 설치

 

실행방법1 :

마우스 우클릭 > open in browser

 

실행방법2 :

open-in-browser 설치


단축키 ctrl + shift + Q 실행   (브라우저 미리보기 단축키)

 

서버사이드언어는 안됨?!

 

 

 

<etc>

ㆍ소스코드 자동 정렬 정리

ctrl+shift+p (검색) > install 검색 ->  Install Package and themes

beautify 검색 > atom beautify 선택

단축키 ctrl+alt+b

 

 

 한줄 복사(Copy line) 단축키 
ctrl+shift+d

 

#atom ftp #아톰 단축키 #atom 단축키

댓글