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 codequery in combination with other ide (vscode).
codequery is very good in browsing through code base.
Currently parsing a tags file (with cqmakedb) results in only adding additional class
inheritance / members to the database.
I am currently working in web environment, c#, html, js, angular and would like also to browse html/js
files.
Therefore I adapted cqmakedb so that additional symbols found in the tags file will be added to the db.
I attached the sw changes a made + the ctag optons for correctly parsing html/js