Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the C++ Code Jump of sublime by window

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces window how to achieve sublime C++ code jump, the article is very detailed, has a certain reference value, interested friends must read it!

As a compact and convenient code compiler, Sublime text3 is deeply loved by programmers. The rich plug-in library can meet various requirements, and it also supports window linux and mac. Recently, you need to look at the project code under window, and you need to add a plug-in to implement the jump implementation of the function and IDE functions such as eclipse.

Note: please make sure that the version of sublime text3 is not an optimized Chinese version. When I use it, I cannot install package control and re-download the original English version.

● first officially downloaded ctags http://ctags.sourceforge.net/.

● puts the downloaded ctags in the specified location on disk c: C:\ Windows\ System32

● menu bar, select view/show console or ctrl + shif + P to call up the console command line

● enter package control install to select package control install package and wait for a while

● looks for ctags in the pop-up list of options to install the plug-in

● configures ctags users' habit of using the mouse to copy Mouse Bindings-Default content to Mouse Bindings-User

● finally opens a project folder, right-click ctags build tags, and you can jump to the function.

The above is all the content of this article "how to realize the C++ Code Jump of sublime by window". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report