In this post, I will show you how to install a plugin for your Sublime Text 3 by installing a Word Count plugin as an example.
Prerequisites
- Windows
- Sublime Text ver. 3.2.2 build 3211
Steps
It's very easy to install a plugin/add-ons to your Sublime Text 3 editor.
- Install Package Control.
- Open Sublime Text 3.
- Go to the menu "Tool -> Install Package Control...".
If you have already installed the Package Control, you may not find this menu item anymore.
- After the Package Control is installed successfully, press the shortcut "Ctrl+Shift+P" or go to the menu "Tool -> Command Palette..." to pop up the Command Palette bar.
- Type "WordCount" in the command palette bar, and the related entry appears then.
- Click on the entry to install the plugin.