bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.63k stars 94 forks source link

Hide 0 Overrides #3012

Open dmitrach opened 2 months ago

dmitrach commented 2 months ago

Hello!

Feature description or problem with existing feature I've got lots of methods where no overrides and there are 0 near the methods. That's no so useful information for me - 0 overrides.

изображение

Describe the solution you'd like I would like to hide 0 Overrides and show only positive values, like 1 Override and more.

Probably, it can be useful for Code lens features.

Thanks!

bmewburn commented 2 months ago

Good idea. It currently does this because the code lens happens in 2 stages. The first stage must return quickly and determining the counts can be expensive but it may be possible for override and parent specifically.