Feature request : Interactive console, multiline
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 :

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 !
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