vscode-laravel-extra-intellisense icon indicating copy to clipboard operation
vscode-laravel-extra-intellisense copied to clipboard

Extension causes high cpu load

Open erlopezg opened this issue 4 years ago • 3 comments

  • Issue Type: Performance
  • Extension Name: laravel-extra-intellisense
  • Extension Version: 0.4.0
  • OS Version: Windows_NT x64 10.0.18363
  • VSCode version: 1.51.1

:warning: Make sure to attach this file from your home-directory: :warning:c:\Users\ADMIN-~1\AppData\Local\Temp\amiralizadeh9480.laravel-extra-intellisense-unresponsive.cpuprofile.txt

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

erlopezg avatar Nov 17 '20 20:11 erlopezg

I experienced the same issue.

HighTide2020 avatar Dec 08 '20 05:12 HighTide2020

@erlopezg @M4LWare666

There isn't enough information for me to solve this issue. Probably an issue with regex I use to parse functions. https://github.com/amir9480/vscode-laravel-extra-intellisense/blob/master/src/helpers.ts#L192

Please share a sample code and tell exactly where is your cursor at when this issue happens.

amir9480 avatar Dec 08 '20 08:12 amir9480

Having the same problem happens often on Eloquent relationships

amphetkid avatar Dec 16 '20 17:12 amphetkid