enable auto-completion for C in Mono Develop
I need to enable 开发者_开发百科Auto completion for C programs in Mono - I think using CTAG?
How can I do that?
Quick google found me this ( I had the same question )
Open Edit->Preferences, go to Other->C/C++, then check "Parse system tags" and "Parse local variables".
As mhutch says, you also need to install ctags.
精彩评论