amir9480 / vscode-laravel-extra-intellisense

This extension adds extra autocompletion for laravel projects to VSCode.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense
MIT License
3.44k stars 54 forks source link

The extension makes vs code slowly #27

Closed khuccui2002 closed 4 years ago

khuccui2002 commented 4 years ago

I'm using VS code latest version (Version: 1.49.0) and this extension makes vs code slowly when I'm editing a php file >10.000 lines of codes. The extension host always took 100% of CPU, I tried to disable all extensions and enable again one by one and I found this extension is reason make VS code slow. Please check. Thanks.

amir9480 commented 4 years ago

Hey @khuccui2002

First, It's not best practice to put 10,000 LOC in one file I Highly recommend you to not put all your code in just one file.

Second, Update to 0.3.3.

Also check: #28