Sublime
Common topics are:
Pastels on Dark
Monokai
Zenburnsque
Common plugins are
Anaconda
Package Control
Side Bar
ConvertToUTF8
AutoPEP8
Terminal
Sublimerepl
Emmet
Jedi
Package Control Installation Method:
#python 3
import urllib.request,os; pf = ‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), ‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())
#python 2
import urllib2,os; pf=‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), ‘wb‘ ).write( urllib2.urlopen( ‘http://sublime.wbond.net/‘ +pf.replace( ‘ ‘,‘%20‘ )).read()); print( ‘Please restart Sublime Text to finish installation‘)
notepad++
Emmet
Compare
JSON Viewer
Tagsview
Default Stylers
RELATED links:
Sublime text 2/3 How to install and use the package Control http://www.imjeff.cn/blog/62/
notepad++ and Sublime common plugins and themes