Download: Https://github.com/SublimeCodeIntel/SublimeCodeIntel Extract to: Data/pacakges directory
To install the package control plug-in management reference: http://www.th7.cn/web/js/201411/68112.shtml
Installation is also required before first use
Use Ctrl +' (below the ESC key) shortcut or Open the command line via the view->Show Console menu
Copy and paste the following code into the box like "< code paste >" and press enter (enter), wait a moment
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 ())
If the installation is successful, you can see the package settings and the two menus under the Preferences menu .
<3> Install plugin on sublime edit page, ctrl+shift+p, open pacakges list interface, find Packages:install packages
Reference: http://blog.sina.com.cn/s/blog_b78a57180101cys4.html
Sublime Text 3 Installing the Sublimecodeintel plugin