Home > Development Tools > sublime > window implements sublime's C++ code jump

window implements sublime's C++ code jump

藏色散人
Release: 2019-11-09 13:37:48
forward
3536 people have browsed it

Sublime text3 As 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.

window implements sublime's C++ code jump

The following is an introduction to how to use ctags to jump to C code in sublime text3 from the sublime text introductory 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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template