Home>Article>Development Tools> window implements sublime's C++ code jump
Sublime text3As a compact and convenient code compiler, it is loved by programmers. Its rich plug-in library can meet various requirements. It also supports window linux and mac. Recently, I need to view the project code under window, and I need to add a plug-in to implement the jump implementation of the function and the functions of IDEs such as eclipse.
The following is an introduction to how to use ctags to jump to C code in sublime text3 from thesublime textintroductory tutorial column change.
Small note: Please make sure 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 official English version.
● First download ctags officially from http://ctags.sourceforge.net/
● Place the downloaded ctags in the designated location on drive c: C:\Windows\System32
● Select view/show console or ctrl shif P in the menu bar to bring up the console command line
● Enter package control install, select package control install package, wait for a while
● In the pop-up option list Find ctags in and install this plug-in
● Configure the mouse usage habits of ctags users, copy the Mouse Bindings-Default content to Mouse Bindings-User
● Finally open a project folder, Right-click and select ctags build tags. At this point, you can jump to the function.
The above is the detailed content of window implements sublime's C++ code jump. For more information, please follow other related articles on the PHP Chinese website!