do we need it all in on utility? yes please!
do we need it all in on utility? yes please!
Posted Jun 2, 2006 17:06 UTC (Fri) by carcassonne (guest, #31569)In reply to: do we need it all in on utility? yes please! by micampe
Parent article: GNU grep's new features (Linux.com)
In short, it builds a model of your code, to provide smart completion suggestions, real-time error checking, refactoring and more.
I just got the cedet kit for emacs and although I've not had the time to configure it yet, it provides (the semantic part of it) 'intellisense' completion (that is, based on the code, not the regular completion emacs has based on what you type).
And it does not seem to add any more memory use to emacs.
For refactoring, there's xref for emacs, but that's a commercial product.
As for real-time error checking, I dunno. I guess I'd prefer the actual compiler to check this out. It's pretty good at that.
