Luncher91 / VBScript-vscode

A vscode extension for VBScript language support
MIT License
20 stars 5 forks source link

Got slow with 0.0.7 #8

Closed Luncher91 closed 6 years ago

Luncher91 commented 6 years ago

The symbol search got very slow by the update on 0.0.7.

A script file with 25000 lines of code took about 6 seconds to be analyzed. Another file with 35000 lines of code took about 9 seconds.

Luncher91 commented 6 years ago

Measurements showed that the response of the server is sent well under 500 ms. Deactivating "Code Outline" extension did improve the speed drastically. It seems like this extension needs some improvements to handle nearly 4000 symbols. It takes so much compute power that everything else slows down as well.

Luncher91 commented 6 years ago

Created an issue on the Code Outline project: https://github.com/patrys/vscode-code-outline/issues/55

Luncher91 commented 6 years ago

got fixed by patrys for version 0.0.12 of "Code Outline"