felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
410 stars 88 forks source link

Extension causes high cpu load #422

Open Millenium0002 opened 5 years ago

Millenium0002 commented 5 years ago

:warning: Make sure to attach this file from your home-directory: C:\Users\sony\felixfbecker.php-intellisense-unresponsive.cpuprofile.txt :warning:

Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load

benyaminl commented 5 years ago

It's normal because it use PHP interpreter for use it. If you concern about it, then use Intelephense, it only depend on vs code, nothing else, and it work fast on hugh project. https://github.com/bmewburn/vscode-intelephense

I also hope this aren't problem, but on old computer, like mine, Intelephense only need some second to scan Dolibarr project that have thousand of big file.

storm1er commented 5 years ago

Duplicate of #411