VS Code: Autocomplete in Debug Console only works with Tab, not Enter

Viewed 460

I can't figure out how to make the autocomplete work with Enter in the Debug Console. It's pretty annoying because it's working in the code windows but not in the Debug Console (only Tab autocomplete works there).

Maybe there are some settings I can tweak?

PLEEEEASE HELP it's annoying like a HELL.

1 Answers

VS Code now has a setting for that: Debug › Console: Accept Suggestion On Enter.

Related