Szymon Tomasz Stefanek
Szymon Tomasz Stefanek
This was exactly my goal when writing the C++ parser: add intelligent symbol lookups and smart completion. With the current state of ctags this can be done in 95% of...
Done :) Waiting for checks to complete for merging.
There is one quirk with the C++ parser: backward compatibility. "typeRef" was used in exuberant ctags for the types associated to _some_ typedefs (the ones that were extracted: only very...
I've been thinking a bit about this. It's probably better to hack-in Objective-C support right into the new parser than doing a two pass analysis. Local variables, for instance, may...
Great! I confirm this fixes the "stuck view" bug.
"typename" is simply a placeholder. Empty is perfectly fine.. or even better as it wastes less space. I can't remember why we have chosen typename over empty at the time......
Now that I think deeper of it, in the previous case one could just write ``enum X`` in a single field instead of splitting it in two parts...