Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: mmkider on October 09, 2005, 02:00:47 pm
-
Will code-completion provide a plug-in such as the defined symbol datebase for C++ and other?
If it's , Codeblocks is a petty good tool.
-
I don't really understand what you 're asking here...
Maybe you can elaborate?
-
I mean codeblocks maybe provide a approach for c++ class symbol and other's without parsing source code.
If symbol would be defined and constant such as c++ class and function symbol, it maybe have another way
to display member function without parsing source code.
I think if it can build-in c++ and wx's class symbol via special files.
-
Code-completion is provided by a plugin and it does parse source code.
If you want to create another code-completion plugin which uses other means to get access to symbol data (like from a tags file), that's fine with me (and I guess with everyone). It 'd be nice to have an alternative plugin for code-completion/class-browsing...
-
I'd suggest CTags or what SciTE uses, so you'll have autocompletion for a lot of languages and APIs (PHP, lua, etc).