Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

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

(1/1)

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?

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...

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

Navigation

[0] Message Index

Go to full version