5

我的Sublime配置

 3 years ago
source link: https://zhuanlan.zhihu.com/p/20106789
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

我的Sublime配置

GitHub - ctf0/Seti_ST3: Seti_UI Port for ST3.

0eb4a9c09416517bf927c0c51879ecfb_720w.png

Flatland

蓝色调,眼睛看的舒服

thinkpixellab/flatland · GitHub

0aae4ea1ccb9ba4ef09472dc05071c88_720w.jpg

Oceanic Next Color Scheme

voronianski/oceanic-next-color-scheme · GitHub

69966d034d207f434a60bb0f76c3ac51_720w.jpg

MarkdownEditing

我喜欢用Sublime写Markdown,MarkdownEditing必不可少,直接即时预览

SublimeText-Markdown/MarkdownEditing · GitHub

4dd9e59353707e1247d82e76d93a3fab_720w.jpg

Markdown Preview

主要是写完Markdown后,需要预览看看效果

revolunet/sublimetext-markdown-preview · GitHub

Terminal

在当前文件位置打开控制台窗口

Sublime Terminal

JsFormat

能按照当前Sublime配置去格式化Javascript代码

jdc0589/JsFormat · GitHub

Babel

支持ES6和React JSX语法定义,我一般用它替代Sublime自带的js语法定义。

babel/babel-sublime · GitHub

SublimeLinter

用来检查语法错误的插件,对于写代码来说非常重要,可以避免很多低级错误。

Welcome to SublimeLinter 3

SublimeLinter-eslint

ES6代码语法检查,通常项目中要配合ESLint的配置,例如eslint-config-airbnb

roadhump/SublimeLinter-eslint

DocBlockr

非常方便的给方法加上注释

spadgos/sublime-jsdocs · GitHub

Sublime Alignment

帮助对齐代码

Sublime Alignment

{
	"caret_extra_bottom": 3,
	"caret_extra_top": 3,
	"caret_extra_width": 2,
	"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"syntax_map":
	{
		"javascript (babel)": "javascript"
	},
	"overlay_scroll_bars": "enabled",
	"theme": "Seti.sublime-theme",
	"trim_trailing_white_space_on_save": true,
	"font_size": 18,
	"font_face": "PragmataPro"
}



Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK