Skip to content

Commit 1d48208

Browse files
committed
http
1 parent b37ebb7 commit 1d48208

60 files changed

Lines changed: 13385 additions & 28 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

part1/configuration.md

Lines changed: 46 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,82 +34,100 @@ IDE 도구로써 Atom 에디터를 사용합니다. Atom은 현대적이고 사
3434

3535
### 필수 패키지
3636

37-
#### atom-runner
37+
**atom-runner**
3838
Runs scripts inside of Atom.
3939

40-
#### file-icons
40+
**file-icons**
4141
Assign file extension icons and colours for improved visual grepping.
4242

43-
#### highlight-selected
43+
**highlight-selected**
4444
Highlights the current word selected when double clicking.
4545

46-
#### atom-beautify
46+
**atom-beautify**
4747
Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom.
4848

49-
#### autoclose-html
49+
**autoclose-html**
5050
Automates closing of HTML Tags.
5151

52-
#### open-in-browsers
52+
**open-in-browsers**
5353
Open in IE/Chrome/Firefox/Opera.
5454

55-
#### docblockr
55+
**docblockr**
5656
A helper package for writing documentation.
5757

58-
#### emmet
58+
**emmet**
5959
It provides abbreviations for HTML auto-completion and intellisense inspired in CSS selectors, which makes the coding of HTML code much faster and comfortable.
6060

61-
#### atom-typescript
61+
**atom-typescript**
6262
The only TypeScript plugin you will ever need.
6363

64-
#### linter
64+
**linter**
6565
You can visualize errors and other types of messages with ease.
6666

67-
#### linter-eslint
67+
**linter-eslint**
6868
Lint JavaScript on the fly, using ESLint.
6969

70-
#### autocomplete-modules
70+
**autocomplete-modules**
7171
Autocomplete for require/import statements.
7272

73-
#### autocomplete-paths
73+
**autocomplete-paths**
7474
Adds path autocompletion to autocomplete+.
7575

7676
### 추천 패키지
7777

78-
#### pigments
78+
**pigments**
7979
A package to display colors in project and files.
8080

81-
#### editorconfig
81+
**editorconfig**
8282
Helps developers maintain consistent coding styles between different editors.
8383

84-
#### minimap
84+
**minimap**
8585
A preview of the full source code.
8686

87-
#### git-plus
87+
**git-plus**
8888
Do git things without the terminal.
8989

90-
또는 이미 설치되어 있는 github 패키지를 이용한다.
91-
`https://flight-manual.atom.io/using-atom/sections/github-package/`
92-
93-
#### hyperclick
90+
**hyperclick**
9491
Pluggable text-clicking UI for Atom.
9592

96-
#### js-hyperclick
93+
**js-hyperclick**
9794
A hyperclick provider that lets you jump to where variables are defined.
9895

99-
#### markdown-pdf
96+
**markdown-pdf**
10097
Convert markdown to pdf, png or jpeg on the fly.
10198

102-
#### markdown-preview-enhanced
99+
**markdown-preview-enhanced**
103100
One of the 'BEST' markdown preview extensions for Atom editor!
104101

105-
#### markdown-table-editor
102+
**markdown-table-editor**
106103
Markdown table editor/formatter.
107104

108-
#### pdf-view
105+
**pdf-view**
109106
Atom PDF viewer based on PDF.js.
110107

111-
#### todo-show
108+
**todo-show**
112109
Finds all the TODOs, FIXMEs, CHANGEDs, etc. in your project.
113110

114-
#### javascript-snippets
111+
**javascript-snippets**
115112
JavaScript & NodeJS Snippets for Atom
113+
114+
### 기본 패키지 설정 변경
115+
116+
아톰 에디터가 버전업을 함에 따라서 인기 있는 패키지들이 아톰 설치 시 같이 설치되는 기본 패키지가 되었습니다. 이 중에서 쓸만한 옵션들을 소개하고자 합니다.
117+
118+
`File > Settings > Packages > Core Packages`
119+
120+
**autosave**
121+
Autosaves editor when they lose focus, are destroyed, or when the window is closed.
122+
123+
`Settings > Enabled`
124+
125+
**spell-check**
126+
Highlights misspelled words and shows possible corrections.
127+
128+
`Disable`
129+
130+
**whitespace**
131+
Strips trailing whitespace and adds a trailing newline when an editor is saved.
132+
133+
`Settings > Remove Trailing Whitespace` Uncheck

0 commit comments

Comments
 (0)