Skip to content
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

Does ctag have built-in variable for tag file path setting #271

Open
xsh525 opened this issue Nov 17, 2014 · 2 comments
Open

Does ctag have built-in variable for tag file path setting #271

xsh525 opened this issue Nov 17, 2014 · 2 comments

Comments

@xsh525
Copy link

xsh525 commented Nov 17, 2014

I want to put all tag files from different projects in same folder, does ctag have built-in variables such as $project_name, $project_path or something to support grammars like this:

{
    "tag_file" : "C:\\MyCTags\\${project_name}.tags",
}
@stephenfin
Copy link
Contributor

I'm not aware of such features. However, this is something that could be added very easily to this pull request. Fancy adding it?

@xsh525
Copy link
Author

xsh525 commented Dec 17, 2014

Exactly, such features will be usefully because I just want to open sub project(a sub folder) in a big project, because I donot care other parts. Also, I donot want to adding tag file in the project folder. I also donot want the tag file was overwritten once I switched to other project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants