vscode-keybinding Questions

4

I'm using GitHub—Copilot in a VS-Code environment. Given the autocompletion feature, I want to have the possibility to only accept line by line. For example: The autocomplete shows five lines on TA...

7

Is there a shortcut key to complete the first line only? Here I wanted to autocomplete only the line line-height: 1.2;, but if I press the tab it will insert the whole suggested code including a n...
Revolting asked 20/12, 2021 at 21:24

1

Solved

In VS Code, when I press CTRL+ALT+Win+N I get a prompt at the top of the screen to create a new file with a specific language; I only have Python showing up as an option as that's what I started le...
Dispersoid asked 30/12, 2023 at 19:52

4

Solved

There're two built-in commands for showing "inline suggestion": editor.action.inlineSuggest.showPrevious editor.action.inlineSuggest.showNext I've tried both, but nothing happened, in w...
Isomorph asked 6/7, 2021 at 0:41

1

Solved

We can toggle the VS Code Explorer's visibility with ctrl/cmd+b. Is there a way to toggle it so it becomes full screen using a keyboard shortcut?
Punchy asked 13/7, 2023 at 17:26

1

In VSCode, items-ce|nter grows to items-[center] when executing the editor.action.smartSelect.grow command; where | represents the cursor and [] represents the selection. Is it possible for this co...
Cipango asked 22/4, 2023 at 20:24

1

I am using the latest v1.41.1 VSCode version and launching a jupyter notebook within it. I cannot seem to find the standard jupyter notebook keyboard shortcut menu to customize, e.g., the hotkey fo...
Holster asked 13/1, 2020 at 9:33

7

Solved

How to trigger a popup with documentation for identifier under the cursor? Normally it appears when hovering the identifier using the mouse pointer: I would like to achieve this effect using a com...
Superstitious asked 23/11, 2017 at 12:37

2

Solved

I'm a new user of vscode. I ran into a problem that I was told would be resolved by "Reload Window". So I first went through the "Command Palette" to find it, and it did fix my ...
Declinature asked 13/11, 2021 at 7:18

1

Solved

VSCode has a number of peek functions (peek definition, implementation) so on. This opens a new peek window and a small file view on the right Is there any keyboard shortcut which I can use to nav...
Roughdry asked 5/10, 2020 at 21:55
1

© 2022 - 2025 — McMap. All rights reserved.