Answers for "vs code shortcuts"

4

vsc shortcut for html structure

Just press Esclamation mark "!" plus "Enter"... HTML structure will get created

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>

</body>
</html>
Posted by: Guest on January-09-2021
10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
3

visual studio code shortcuts

Windows edit key bindings:
first (ctrl+k ) and then press (ctrl+s)
ctrl + k -> ctrl + s
Posted by: Guest on July-26-2021
0

vs code open file shortcut

To open a file:
  1. press ctrl + p
  2. enter filename
  3. To go to line append ":10"
  4. To go to function append "@foo"
Posted by: Guest on December-17-2020
-1

vscode list of all shortcuts

ctrl + k and ctrl + s // List of all shortcuts
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language