[CEDET-devel] Command for indexing source code
Brought to you by:
zappo
|
From: Tu Do <tuh...@gm...> - 2014-07-17 06:57:58
|
Hi Eric, Semantic usability could be improved by allowing users to parse all the header files in advance, so they can have immediate completions without having to wait for Semantic to parse, which is time-consuming in a fairly large project. So, when users add new code, it will only take a brief delay for Semantic to update. I think this makes sense because other IDEs also perform indexing in advance before users work on their source code. Regards, Tu. |