其实,我最开始接触到的是 Sublime Text 2,被其轻量、简洁以及漂亮的配色所瞬间征服,后来升级为 Sublime Text 3,使用过程中有一些需要设置的地方,还有一些常用插件的安装和设置技巧等,有时候会忘记某些设置方法或者快捷键,然后不得不上网查。恰逢周末,其中的一些东西记录下来,一方面加深自己的印象,同时方便查阅。
more
安装 Sublime Text 3 插件的方法
1. 直接安装
安装 Sublime text 3 插件很方便,可以直接下载安装包解压缩到 Packages 目录(菜单->Preferences->Packages)。
2. 使用 Package Control 组件安装
新安装的 继续阅读 »
xmake-sublime plugin is a xmake integration in Sublime Text.
It is deeply integrated with xmake and sublime text to provide a convenient and fast cross-platform c/c++ development and building.
You need install xmake first and a project with xmake.lua.
Features
Quickstart
Colorization
Completion Lists
StatusBar
Comm继续阅读 »
Sublime Text is an extremely powerful text editor. Currently I use Sublime Text 3 and quite enjoy its simplicity and extensibility. In this blog, I would like to introduce some of my favorite packages that leverage my productivity.继续阅读 »
Meet up
每个人心目中都有自己喜欢的编辑器,有人喜欢Emacs,有人喜欢Atom,我个人比较喜欢用Vim和Sublime Text 3,还有一个PhpStorm也会用一用呗
Emacs,Vim,Others
有人说世界上只有三种编辑器,Emacs,Vim和其他编辑器。到处争论到底哪个才是第一也没什么意思,自己喜欢不就好了。继续阅读 »