Is it possible to get Semantic (emacs) to visit all files automatically?

Posted by RealityMonster on Stack Overflow See other posts from Stack Overflow or by RealityMonster
Published on 2010-05-31T20:25:40Z Indexed on 2010/05/31 20:33 UTC
Read the original article Hit count: 150

From what I can tell from the docs, semantic works by slowly building up an idea of what's in your project by analysing each file (and possibly its neighbours) as you visit them. This is too slow. I'd like to just have it visit all the files in my project. Is there an easy way to do this? Having to visit hundreds of files before I can get decent autocomplete working seems crazy.

I've also got a etags file generated. Can I leverage that somehow?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about autocomplete