emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is intellisense features integration in Emacs technically possible?


From: David Engster
Subject: Re: Is intellisense features integration in Emacs technically possible?
Date: Wed, 22 Jan 2014 17:52:14 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

Óscar Fuentes writes:
> OTOH CEDET's internal capabilities for C++ are very limited last time I
> checked. It is more about "C with classes" with some crude hacks for
> templates. It does not real C++ semantic analysis.

The template support is very limited, yes. I have a big patch in line
which will improve that. Otherwise, I'm not sure what you mean with
"real semantic analysis". Our parser is a tagging parser, meaning it
does not parse every line of code, but of course it is aware of much
more than, say, ctags.

-David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]