I work with a really huge codebase -- AOSP, and only interested in a few directories. Currently, I use the find+ gtags command to generate the tags for those files that I'm care about.
Feature Request
Can you supply a way, which we can add the direcotry we concerned about. For example, by giving a gutentags_work_directory paramters, user can add their desired directory into the list, and the plugin can auto generate tags for those directories.
Currently Issue
I work with a really huge codebase --
AOSP
, and only interested in a few directories. Currently, I use thefind
+gtags
command to generate the tags for those files that I'm care about.Feature Request
Can you supply a way, which we can add the direcotry we concerned about. For example, by giving a
gutentags_work_directory
paramters, user can add their desired directory into the list, and the plugin can auto generate tags for those directories.