Debug Console is Almost Unusable - better autocomplete + commands history #33777
luabagg
started this conversation in
Ideas From VSCode
Replies: 1 comment 4 replies
-
Hey, I like the idea of having the UP key press feature. What adapter/language are you using, because we support the autocompletion request, so we should have the same completions as VS Code has for example. It could be that the adapter does not support autocompletion request, in that case we fall back to all the variable names that are visual inside the variable list. So it could be that we are missing some variables. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, it’s quite difficult to use the debugger console, as it doesn’t retain the history of executed commands.
Autocomplete could be better if it prioritized local variables and recent values, not just exact matches. VSCode does this by ranking value relevance first, then type.
Beta Was this translation helpful? Give feedback.
All reactions