-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctags --exclude not working on ST3 #269
Comments
Can you give the part of the |
{
"autocomplete": true,
"debug": true,
"opts" :
[
// The following two lines will not work at all!
"--exclude=d:/userdata/Work/Projects/BTS_SC_DSPHWAPI/C_Platform/*_RT",
"--exclude=d:/OneDrive/Private/Workspace/Proj_C/C_MISC" ,
],
} I think it's probably not a bug in SublimeCtags but in Ctags itself, since I found I'm using Ctags 5.8 without
|
If I have the following dir structure:
then I add "--exclude=test1" ,
"--exclude=test2" , and rebuild tags on |
BTW, can I put the Ctags options to project setting files? Since that seems to be more reasonable as options could be project related, like the |
Yes, this feature is being worked on in this pull request. Just waiting on some rework before I merge. |
It seems that on Sublime Text 3 (Build 3065 on Win64) even
--exclude=/some/path
is set inCTags.sublime-settings
, when rebuild tags, the path which is set in--exclude
option is still parsed.The text was updated successfully, but these errors were encountered: