ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

[TODO] split completion cache and goto declaraction cache #6

Closed roxma closed 6 years ago

roxma commented 6 years ago

PARSE_SKIP_FUNCTION_BODIES significantly speeds up code completion. But this flag doesn't work for goto declaraction.

Split then into two TU cache should works better.