You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: part1/configuration.md
+46-28Lines changed: 46 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,82 +34,100 @@ IDE 도구로써 Atom 에디터를 사용합니다. Atom은 현대적이고 사
34
34
35
35
### 필수 패키지
36
36
37
-
#### atom-runner
37
+
**atom-runner**
38
38
Runs scripts inside of Atom.
39
39
40
-
#### file-icons
40
+
**file-icons**
41
41
Assign file extension icons and colours for improved visual grepping.
42
42
43
-
#### highlight-selected
43
+
**highlight-selected**
44
44
Highlights the current word selected when double clicking.
45
45
46
-
#### atom-beautify
46
+
**atom-beautify**
47
47
Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom.
48
48
49
-
#### autoclose-html
49
+
**autoclose-html**
50
50
Automates closing of HTML Tags.
51
51
52
-
#### open-in-browsers
52
+
**open-in-browsers**
53
53
Open in IE/Chrome/Firefox/Opera.
54
54
55
-
#### docblockr
55
+
**docblockr**
56
56
A helper package for writing documentation.
57
57
58
-
#### emmet
58
+
**emmet**
59
59
It provides abbreviations for HTML auto-completion and intellisense inspired in CSS selectors, which makes the coding of HTML code much faster and comfortable.
60
60
61
-
#### atom-typescript
61
+
**atom-typescript**
62
62
The only TypeScript plugin you will ever need.
63
63
64
-
#### linter
64
+
**linter**
65
65
You can visualize errors and other types of messages with ease.
66
66
67
-
#### linter-eslint
67
+
**linter-eslint**
68
68
Lint JavaScript on the fly, using ESLint.
69
69
70
-
#### autocomplete-modules
70
+
**autocomplete-modules**
71
71
Autocomplete for require/import statements.
72
72
73
-
#### autocomplete-paths
73
+
**autocomplete-paths**
74
74
Adds path autocompletion to autocomplete+.
75
75
76
76
### 추천 패키지
77
77
78
-
#### pigments
78
+
**pigments**
79
79
A package to display colors in project and files.
80
80
81
-
#### editorconfig
81
+
**editorconfig**
82
82
Helps developers maintain consistent coding styles between different editors.
0 commit comments