[MonoDevelop] How can I custom ctags

Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Fri Oct 3 11:22:14 EDT 2008


> Open Edit->Preferences, go to Other->C/C++, then check "Parse system
> tags" and "Parse local variables".
>
> This code has a few problems which is why it isn't enabled by default.
>
> Sadly we don't yet have a resolver for locals, so it can't complete
> instance members. Eventually we'd like to move to a full C++ parser
> for code completion, but this relies on someone contributing one ;-)

Actually, there's a best-guess resolver for locals that enables
instance completion, but it relies on being able to parse the local's
declaration, which of course is pretty hit-and-miss.


-- 
http://homes.eff.org/~barlow/EconomyOfIdeas.html
http://www.dreamsongs.com/MobSoftware.html
http://www.gnu.org/philosophy/shouldbefree.html


More information about the Monodevelop-list mailing list