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
I use nppgtags to browser c source code. I have created gtags file in the root direction, but when I the try to "Find Refernece" of a symbol, I got nothing. Here is the screenshot.
The text was updated successfully, but these errors were encountered:
The references are kept in the GRTAGS file in your project folder. Try re-creating your database with the default parser (if you haven't touched that in your NppGtags settings it should already be set).
The symbol you are searching looks like a part of composite define and it is quite possible that the parser has failed finding it. The solution in this case is to use "Search In Source Files" command - it will simply grep your project's source files for the symbol and find all it's uses in the code.
I use nppgtags to browser c source code. I have created gtags file in the root direction, but when I the try to "Find Refernece" of a symbol, I got nothing. Here is the screenshot.
The text was updated successfully, but these errors were encountered: