You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I use a 3d party project, which I have compiled and have created tags in its directory.
Now I want to "include" this tags file in my project so I can use "goto_definition" command and see 3d party methods' definition.
I edit CTags.Sublime-settings and add this line: "extra_tag_paths": [ [["source.c++", "linux"], "/home/maria/Projects/opensim/OpenSim33-source/OpenSim/tags"]],
but doesn't work.
How can i solve it?
The text was updated successfully, but these errors were encountered:
mariiiiiia
changed the title
Cannot "include" tags file from 3rd party project to my project
"extra_tag_paths" does not work
Nov 1, 2015
mariiiiiia
changed the title
"extra_tag_paths" does not work
"extra_tag_paths" does not work on Mint Linux using ST3
Nov 1, 2015
In my project I use a 3d party project, which I have compiled and have created tags in its directory.
Now I want to "include" this tags file in my project so I can use "goto_definition" command and see 3d party methods' definition.
I edit CTags.Sublime-settings and add this line:
"extra_tag_paths": [ [["source.c++", "linux"], "/home/maria/Projects/opensim/OpenSim33-source/OpenSim/tags"]],
but doesn't work.
How can i solve it?
The text was updated successfully, but these errors were encountered: