* atomts-menus.cson 파일 수정
- 디렉토리 : $HOME/.atom/packages/atom-typescript/menus
# See https://atom.io/docs/latest/creating-a-package#menus for more details
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'TypeScript'
'submenu': [
{ 'label': 'Build', 'command': 'typescript:build' }
{ 'label': 'Go To Declaration', 'command': 'typescript:go-to-declaration' }
{ 'label': 'Create Tsconfig.json', 'command': 'typescript:create-tsconfig.json-project-file' }
]
]
}
]
'Atom 에디터' 카테고리의 다른 글
유용한 Atom 패키지 (개인 취향) (0) | 2015.11.25 |
---|