

To open the pallete, press Ctrl+ Shift+ p (Win, Linux) or CMD+ Shift+ p (OSX). Package Control is driven by the Command Pallete. Download Package Control.sublime-package and copy it into the.Whichever way you use it, where Sublime Text 2 shines is in the quality and quantity of its features, among which you can find some exciting ones.

#How to download sublime text 2 how to
Browse up a folder and then into the Installed Packages/ folder Sublime Text 2 is a text editor designed mainly for editing snippets of code, plugins, and markup, but it also comes with everything you need to write articles or type in normal prose. How To Download and Install Sublime Text Editor how to set up file & folder for web designing Global institute Like Press Bell Icon Shere.Click the Preferences > Browse Packages… menu.

If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control: Once open, paste the appropriate Python code for your version of Sublime Text into the console.Ĭode for Sublime Text 3 import urllib.request,os pf = 'Package Control.sublime-package' ipp = sublime.installed_packages_path() _opener( _opener( ()) ) open(os.path.join(ipp, pf), 'wb').write(( '' + pf.replace(' ','%20')).read())Ĭode for Sublime Text 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( '' +pf.replace( ' ','%20' )).read()) print( 'Please restart Sublime Text to finish installation')įor the up-to-date installation code, please check Package Control Installation Guide. The console is accessed via the Ctrl+ ` shortcut or the View > Show Console menu. The simplest method of installation is through the Sublime Text console.
