The exuberant tag issue resolved my problem. Now we just need to beef up this code completion to make it disgustingly awesome!
The exuberant tag issue resolved my problem. Now we just need to beef up this code completion to make it disgustingly awesome!
My problems have been resolved as of QDevelop r319.
Get it (Or any newer version that may appear) via that svn: http://qdevelop.googlecode.com/svn/trunk/
Phil
Code completion in VS2003 C++ is "beefed up" too much. It often displays many methods and properties in a dropdown that are NOT part of the class being used. It is only when you attempt to compile you get a "not a member of this class" msg.
I also code in Linux using Kate, which also has code completion, except that it uses as its reference the previous code you've written, so you never get a property or method that's not part of the class you are using, nor will display what you haven't used before. But, over all, I find it just as efficient as the VS code completion.
kate has no code completion, it has word completion. I does not recognize the syntax of the language you are writing it.
Bookmarks