vscode-php-debug
vscode-php-debug copied to clipboard
VSCode: Contribute to inline value providers
Should allow to have yellow inline values on the side while debugging More details in this issue microsoft/vscode/issues/105690
Originally posted by @isidorn in https://github.com/xdebug/vscode-php-debug/issues/638#issuecomment-910541057
Hopefully this feature will be implemented it is a must have for every debugger
👀
I know I know... :)
I have dug into this and as suspected this cannot be implemented in this extension alone. I have implemented it in https://github.com/zobo/php-language-server/pull/59 but other LSPs could also provide it. I need to inspect https://github.com/phpactor/phpactor and vscode-intelephense
https://github.com/zobo/vscode-php-intellisense/pull/65