News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Will code-completion provide a plug-in such as the defined symbol datebase ?

Started by mmkider, October 09, 2005, 02:00:47 PM

Previous topic - Next topic

mmkider

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.

mandrav

I don't really understand what you 're asking here...
Maybe you can elaborate?
Be patient!
This bug will be fixed soon...

mmkider

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.

mandrav

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...
Be patient!
This bug will be fixed soon...

takeshimiya

I'd suggest CTags or what SciTE uses, so you'll have autocompletion for a lot of languages and APIs (PHP, lua, etc).