Window implements sublime's C++ code jump

-
Sublime text3 is popular among programmers as a small and convenient code compiler. The rich plug-in library can meet various requirements. It also supports window linux and mac. Recently, I need to look at the project code under the window, and I need to add a plug-in to realize the jump implementation of the function and the functions of IDE such as eclipse.
The following introduces the use of ctags to jump to C++ code under sublime text3.
Small note: Please ensure that the version of sublime text3 is not a Chinese optimized cracked version. When I use it, I cannot install package control and re-download the original English version.

  1. First officially download ctags http://ctags.sourceforge.net/

  2. Put the downloaded ctags in the specified location of the c drive: C:\Windows\System32

  3. Select view/show console from the menu bar or ctrl + shif + P to bring up the console command line

  4. Enter package control install, select package control install package, wait for a while

  5. Find ctags in the pop-up option list and install this plugin

  6. Configure the habit of users of ctags to use the mouse, and copy the content of Mouse Bindings-Default to Mouse Bindings-User

  7. Finally, open a project folder, right-click and select ctags build tags, so far, the function jump can be realized

Reference link: http://jingyan.baidu.com/article/2c8c281dd67ab60008252af4.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326138856&siteId=291194637