Hi,
maybe this is a stupid question, but how do I get C++ code completion? In python, everything works out of the box, with some minor mixups between classes and variables. In C++ however, all that happens is that the main function is recognized. Im using geany 0.17 Wessex on Fedora 10 Cambridge.
Thanks, Matt
On Wed, 17 Jun 2009 14:12:51 +0200 daspostloch@googlemail.com wrote:
maybe this is a stupid question, but how do I get C++ code completion? In python, everything works out of the box, with some minor mixups between classes and variables. In C++ however, all that happens is that the main function is recognized. Im using geany 0.17 Wessex on Fedora 10 Cambridge.
It should word automatically, after opening/saving. Note that local variables are not parsed. Can you provide a code sample that shows missing tags?
Regards, Nick
Well, this was an easy one: I had just one huge main{}, so local vars only. Thanks, Matt
On Wed, Jun 17, 2009 at 3:22 PM, Nick Treleavennick.treleaven@btinternet.com wrote:
On Wed, 17 Jun 2009 14:12:51 +0200 daspostloch@googlemail.com wrote:
maybe this is a stupid question, but how do I get C++ code completion? In python, everything works out of the box, with some minor mixups between classes and variables. In C++ however, all that happens is that the main function is recognized. Im using geany 0.17 Wessex on Fedora 10 Cambridge.
It should word automatically, after opening/saving. Note that local variables are not parsed. Can you provide a code sample that shows missing tags?
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Nick Treleaven schrieb:
It should word automatically, after opening/saving. Note that local variables are not parsed. Can you provide a code sample that shows missing tags?
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
This should probably be directed to scintilla, but I'd love to have local vars in the list. Only when the cursor in scope that is.
Best regards.