You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ All features can be used via different ways in VS Code
24
24
25
25

26
26
27
-
### Copy Snippet Without Leading Indentation
27
+
### Copy Snippet
28
28
29
29
Simply get a copy of your currently selected code or text snippet added to your clipboard – without any unnecessary indentation that you would otherwise need to remove manually.
30
30
31
-
### Copy Snippet Without Leading Indentation as Markdown Code Block
31
+
### Copy Snippet as Markdown Code Block
32
32
33
33
This command has an additional configuration option that let's you determine if the Markdown code block should contain the file's language identifier which enables [syntax highlighting](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) in some places:
0 commit comments