Quantcast
Channel: Visual Studio Code - Indent single line with tabulator-key - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Mark for Visual Studio Code - Indent single line with tabulator-key

You could use this default keybinding: { "key": "ctrl+]", "command": "editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" } to tab single or multilines. If you want that...

View Article



Answer by jabacchetta for Visual Studio Code - Indent single line with...

From my understanding, this is the expected behavior. To indent a single line, you'd need to either: place cursor at beginning of the line and then tab select the entire line (Mac: Command+i,...

View Article

Image may be NSFW.
Clik here to view.

Visual Studio Code - Indent single line with tabulator-key

I would like to know if its possible to indent a single line with the tab-key without deleting the marked text. In the first part of the GIF you see Visual Studio Code and in the second part Atom....

View Article

Answer by Alex E for Visual Studio Code - Indent single line with tabulator-key

Just adding another flavor here:In case you want tab to work like shift-tab (where you don't have to highlight anything), AND if you're using tab as the key to accept autocomplete suggestions, use this...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images