用了三年的sublime text 要換編輯器了,直接刪了心疼,留着雞肋,把配置插件啥的備份一下,萬一以后用的上呢。
配置(preferences.sublime-settings --- User)
字體大小,縮減空格,標線位置等
1 { 2 "color_scheme": "Monokai.sublime-color-scheme", 3 "font_size": 16, 4 "ignored_packages": 5 [ 6 "Vintage" 7 ], 8 "rulers": 9 [ 10 100 11 ], 12 "tab_size": 2, 13 "theme": "Adaptive.sublime-theme" 14 }
插件(有些事通用的,有些是和用的技術棧,語言相關的,全糊在這里吧)
- AdvancedNewFile
- AngularJS
- AutoFileName
- Better Coffeescript
- BracketHighlighter
- Color Highlighter
- DocBlockr
- Emmet
- Git
- GitGutter
- JsFormat
- Side Bar
- SublimeLinter
- Autoprefixer
- Babel
- ESLint
- HTML/CSS/JS Prettify
- JavaScript Complrtions
- JSLint
- Minify
- Nodejs
- SublimeCodeIntel
- Terminal
- TypeScript
- ColorPicker
這個編輯器卻是用了蠻久的,但是好像跟vscode 比的話還是差挺多的,牆裂推薦給廣大前端開發童鞋這個編輯器!!