Dear Support,
This is kind reminder about the CPU high consumption issue with a long code, reported previously. Please let us know about the resolution status of this issue.
Kindly note that I provided several examples on how to reproduce this issue. It is becoming very critical for us since our customers are reporting the same issue continuously and we cannot afford not responding to them. Please provide us with a solution asap.
Steps to reproduce:
1- Create a winform containing a syntax editor with the C# syntax language,
2- Add code to initialize the DotNetProjectResolver
3- Set the Header document of the syntax editor with the following code:
for(int i =0; i < 10000000; i ++) syntaxEditor1.Document.HeaderText += "Form objForm" + i + ";" + Environment.NewLine;
4- Start the application and wait until the form finish loading,
5- Now try to write any code, you will remark the CPU and time to show the IntelliPrompt;
Regards,