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