


Steps for Installing Package Control (Sublime Text 3): Unlike previous versions, we can now bypass copying code from packagecontrol.io and working with the Python console. Newer builds of Sublime Text 3 allow installing Package Control right within the application. It includes a list of over 2,500 packages available for install…Once installed, packages are kept up-to-date automatically. Package Control is the Sublime Text package manager. We will go with Package Control as it is the easier option. Install the package using Package Control.Manually download and install the package.There are two ways to install a package in Sublime Text 3:

(Skip to Part Two if you already have Package Control installed.) We then learn the steps for installing packages with a popular package as an example. In this step by step tutorial, we learn how to install packages in Sublime Text 3.įirst, we go through installing the Sublime Text package manager, Package Control. Installing packages for Sublime Text is a practical must for new and even advanced developers. 🠒 Web Developer? Boost Your Design & Coding with these High Quality Templates. It’s famed for its packages which allow heavy productivity and aesthetic overhauls among other added functionality. Sublime Text 3 is a popular and lightweight text editor that ships with powerful IDE-like features. See How to use AceJump in Sublime Text 3 for more information.Īfter located the right package, just press enter, Package Control will handle all other things.Beginner Tutorial: How to Install Packages in Sublime Text 3 One of my favorite packages is AceJump, it allows you jump to places in current view accurately with minimal typing. If everything is OK, you will see a list of all available packages, using arrow key to navigate the list or just typing anything in your mind about the package you may need. Sometimes you may get "there are no available packages" error, you should check in your browser make sure its reachable. The Package Control will request for all available packages on. To find and install new packages, select Install Package. The most important two command of Package Control is Install Package and List Packages, List Packages display all installed packages. The other way is select from menu: Preferences -> Package Control. Press ctrl + shift + p to open command palette and input "package control", but you can also simply input "pc" and Sublime will guess what you meaning. The command palette allows you find command quickly with fuzzy matching instead of looking for command in the Menu system. You interactive with Package Control through the command palette. Now you should have Package Control installed, lets see how to use it. Feels cumbersome? This is how you install packages without Package Control. You either paste Python code to the built in Python Console of Sublime (Press Ctrl + ` to open it) or copy the package file to Sublime package folder. īefore enjoying the convenience provide by Package Control, we need first install it. Its an open source software developed by Will Bond and hosted on. Package Control is a must-have Sublime package that allows you explorer, display, search and install other packages, it usually the first package you will install in Sublime. This post is going to teach you how to get started with Package Control. There are two ways to add package to your Sublime installation: manual and Package Control. With the built in Python programming language, and powerful internal editing API, many awesome and productivity plugins has been developed, most of them are open source and free to use. Sublime has a strong support for packages that allows you to do almost anything in this editor.

You want to do more stuff in your editor, the most important way is using plugin or even write your own plugins to fits your personal needs. After learning the basic usage of Sublime Text, you will need more advanced and specific features according to your text editing habits.
