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
Currently hand-rolling some variant of
ctags -e --recurse=yes --extra=+q --fields=+fksaiS $(SOURCE_FILES)
Would like a gradle built-in, that auto-runs after e.g. a successful gradlew build
Will probably tweak the visited file list.
Will surely add a x.ctags support in the future to teach ctags how to parse .x files.
The text was updated successfully, but these errors were encountered:
Currently hand-rolling some variant of
ctags -e --recurse=yes --extra=+q --fields=+fksaiS $(SOURCE_FILES)
Would like a gradle built-in, that auto-runs after e.g. a successful
gradlew build
Will probably tweak the visited file list.
Will surely add a
x.ctags
support in the future to teach ctags how to parse.x
files.The text was updated successfully, but these errors were encountered: