vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

Feature Request: show method override in gutter

Open the-csaba opened this issue 4 years ago • 3 comments

Feature description

An indicator when a method is overwriting a parent method or implementing from the abstract/interface would be excellent.

Describe the solution you'd like

For example, a mark in the gutter with link to the overwritten/implemented method, similarly as how php-integrator-annotations works in Atom.

Additional context

Helpful for dealing with multiple level inheritance to link through to the original method. Also, the visual indicator of many overwritten method helps to decide to refactor.

the-csaba avatar Jun 23 '20 00:06 the-csaba

Phpstorm has this and is incredibly useful.

gavinhewitt avatar Aug 01 '20 20:08 gavinhewitt

This would be very useful for me, too!

Ich changed from Eclipse to VSCode because there are many nice features in VSCode, but I miss this override and implements marker in the code.

bitI0N-liebau avatar Jun 01 '21 21:06 bitI0N-liebau

Previously, I used NetBeans and this function is implemented there. I really look forward to this feature in VSCode/PHP Intelephense.

lelik1973 avatar Jul 13 '22 14:07 lelik1973

I used the PHPStorm for few months, and this feature is very good. It will be great to have it in vscode. We have a similar feature for Javascript and Typescript via extension: https://marketplace.visualstudio.com/items?itemName=EdgardMessias.override-mark.

carvemerson avatar Aug 31 '23 17:08 carvemerson