Delphi Consuming Processing

1

My delphi XE3 is consuming an absurdity of processing, when I type a command as soon as it finishes it starts to process, as if it were to open the auto-complete screen but it takes too long, the hourglass starts to spin and takes too long, that I type the word and stay waiting after the hourglass disappears there the text appears. I already checked the virus, I already deactivated anti-virus, I installed it in another computer and in time it happens the same thing.

How can I decrease or remove the autocomplete screen so it does not process as well?

    
asked by anonymous 01.08.2014 / 23:21

1 answer

1

Code Insight has some problems, especially in large projects.

To disable enter Tools > Options > Options Editor > Code Insight and change the delay to None

A great alternative that I use is CnPack, the functionality of CodeInput Helper, is faster, writes the most used methods and does the middle or end of the method recognition, not just at the beginning.

    
05.08.2014 / 19:25