I migrated a project made in Delphi Seattle to Delphi Berlin and it was impossible to work on it since autocomplete
started to take about 20 seconds to show some suggestion.
How to solve this?
I migrated a project made in Delphi Seattle to Delphi Berlin and it was impossible to work on it since autocomplete
started to take about 20 seconds to show some suggestion.
How to solve this?
To solve this problem, I deleted the file dproj
and opened the project in Berlin
using the dpr
file. Berlin
created a new dproj
and everything was normal again.
The Auto Complete
must be set to Code Insight
. The default set up for installation on medium projects with some extra components causes slowness.
Access the Tools > Options > Options Editor> Code Insight
In the current project I work (13 extra components) over 600 units ... It's very slow, just like you mentioned, 20 seconds or more to dial:
Auto invoke
Auto parenthesis
History
Delay
can cause slowness too