First, ifPreferences>There is no package control directory under the Browse packages menu and we can Install the package Control manually by following these steps:
1. Click Preferences > Browse Packages Menu
2. Go to the upper-level directory of the Open directory before entering the installed packages/directory
3. Download the package control.sublime-package and copy it to the installed packages/directory
4. Restart Sublime Text
Second, the next step is to install the Ctags plug-in steps:
1.ClickPreferences>Package Controlmenu, you can see that figure 3 appears, selectPackage control:install Package, and enter, you can see that figure 4 appears, if pop-up no Packages dialog box, you can repeatedly select the packaging control:install Pack, and enter, Try a few more times and it will appear.
2. Enter Ctags in the Long box above, select the first one, enter the installation, wait a moment to see the bottom left corner of the prompt installation success is good.
3. Download the ctags executable with the path Http://prdownloads.sourceforge.net/ctags/ctags58.zip, Unzip to a directory, note that directories with plain ASCII characters should not be named with spaces or Chinese.
4. Open the menu in the Preferences menu, open the Settings->ctags->settings-user and Settings-default under the Package Control menu
Copy the configuration in default to user, then change the command configuration item to the Ctags executable path, 5:
Figure 5
Before modification, "command": "", Modified to "command": "C:/users/lijing/downloads/ctags58/ctags.exe".
5. Click find > ctgas menu. 6:
Once executed, you can jump to the function by selecting a function and then right-clicking on the Navigate to Definition menu item and executing it.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Sublime Text 3 Configuring the Ctags plugin in Windows