Extra fast code completion? Read this:
Thanks for attention.
The slowness of code completion, parameters,…. is because IDE has to
recompile the source in the background. If the “uses” clause is huge and/or
some of source modules are located on network drive, it takes time.
So, just save the effort of recompiling the source to IDE, save the
“symbols”:
Tools|environment options|preferences|Save desktop and symbols.
Next time you reload the project, viola, IDE will use info from DSM instead
of recompiling the source giving you instant response on code completion,
parameters,…
Enjoy it.
BTW, DSM file might get huge and IDE loads a second longer because of it….
—
Robert
[tags]Delphi, IDE[/tags]
0 Kommentare zu “Extra fast code completion?”