03sublime text 3 插件 - C语言程序员

import urllib.request,os,hashlib; h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37ca9d6b2e4b7d'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

下面的插件,都比较小。安装极其快速。

中文显示

converttoUTF8
sidebarenhancement
alignment
AlignTab
c improved
all autocomplete
autofilename
brackethighlighter
c++ Snippets

主题色彩


Theme - Flatland

Theme - Soda

Theme - Spacegray

colorcoder

你可能感兴趣的:(03sublime text 3 插件 - C语言程序员)