Tools
Vim
https://github.com/vim/vim https://github.com/vim/vim-win32-installer/releases
https://github.com/akrawchyk/awesome-vim
https://github.com/SpaceVim/SpaceVim
https://github.com/mhinz/vim-galore
http://vimcolors.com/
colorscheme: http://vimdoc.sourceforge.net/htmldoc/syntax.html
cscope: https://sourceforge.net/projects/mslk/files/
VS
use
register:NJVYC-BMHX2-G77MM-4XJMR-6Q8QFvssettings: http://technet.microsoft.com/zh-cn/magazine/ms165643%28VS.100%29.aspxuninstall: https://github.com/Microsoft/VisualStudioUninstaller/releasesVS2010C#高亮当前词: http://visualstudiogallery.msdn.microsoft.com/4b92b6ad-f563-4705-8f7b-7f85ba3cc6bb
Sublime Text
Preferences.sublime-settings
{
"font_face": "Consolas",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"theme": "Soda Dark.sublime-theme",
"update_check":false, // 不自动检测更新
"word_wrap"`: false // 不自动换行
}
packages
ctags: parse源代码,方便跳转.注意要下载ctag置于path









