Use the sublime text ctags plug-in

Source: Internet
Author: User
1. add tags of other projects to our project. in the Tag file, implement function jump: ctags-r-F "Your-tag-file-path"-a "Other-project-path" -- ages = C, but this method is stupid, because once you rebuild tags, it will overwrite the original one. tag file. You have to add the tags of other projects again. 2. it is better than the previous method. You can add this line in settings-user of ctags: "extra_tag_files ":[". gemtags "," tags "," other_tag_file_path "] other_tag_file_path indicates the path of other tag files. For example, I have copied the/usr/include header file directory in Linux to d in Windows: \ usr_include \ include directory, and then I used ctags to generate a Tag file for this directory. Its path is D: \ usr_include \\. tag. If you replace this path with the other_tag_file_path in the above sentence, the ctags will search for this file and implement function jump.

Use the sublime text ctags plug-in

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.