Just started to use Delphi XE7 and experiencing a terrible code navigation lags on all my big Delphi projects (when clicking some identifier with Ctrl pressed). When I click some identifier, I can see a lots of messages appearing in the IDE console, seems like it parsing all my units again and again without caching anything.
I switched off Tooltip symbol insight, Tooltip help insight, Error insight and Code templates, however it doesn't help.
Delphi 2010 works without a problem on my machine with the same projects.
Maybe you know some secret command line option to make code navigation fast again?