vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

Feature request : Interactive console, multiline

Open PapsOu opened this issue 3 years ago • 1 comments

Related to issue https://github.com/xdebug/vscode-php-debug/issues/406 (not really sure)

When typing pretty long expressions in the debugger console, navigation is not well easy when the expression reaches the width of the console panel : image

Is there any possibility to have an input widget that fits the text content ? (like an auto-height textarea widget could behave in an html application).

Also thanks for that very useful extension !

PapsOu avatar Jan 18 '22 14:01 PapsOu

Hi! The issue that you linked isn't directly related to the problem you are describing. It is interesting, that you moved the DEBUG CONSOLE into the Side bar. Normally it would be inside the Panel (see https://code.visualstudio.com/docs/getstarted/userinterface).

These are VS Code components and the extension has no direct influence over them.

I will try what you describe here but I think it will be better if you open an issue with vscode directly: https://github.com/microsoft/vscode

zobo avatar Jan 18 '22 14:01 zobo