Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Eclipse CDT C/C++ Indexer project.
Raindog:
They later said that they needed a new indexer strategy. Also, based on some video they produced, it lead me to believe that they have a complete code completion strategy that is not befuddled by macros.
eranif:
eclipse still uses ctags
the new strategy is to implement indexers as plugins , which will allow users to choose different indexer for different projects.
There are pros and cons for ctags, macros are one of them, but can be handled, event microsoft intellisense is not prefect and doing some basic mistakes (he cant parse wxWidgets properly as well)
in overall, i think there are more pros then cons, but hey thats me
Eran
takeshimiya:
ctags is unbeatable in performance respects, it's a good overall parser and yes it haves some limitations, but I'm optimistic and I think those can be handled perfectly with the flex bits;
additionally, if that's not enough we can always plug in ucpp or boost wave for macro pre-processing
Navigation
[0] Message Index
[*] Previous page
Go to full version