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
Double click a snippet file to open it. Double click to peek at a snippet. You can also reorder and move snippets.
20
+
21
+

22
+
19
23
See how to [manage snippets](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/snippet-crud) in depth.
20
24
21
25
### Managing Snippet Files
@@ -30,6 +34,12 @@ The **Snippet Editor** view only appears when creating or editing snippets.
30
34
31
35

32
36
37
+
### Snippet Keybindings
38
+
39
+
Command to easily add [attach a keybinding](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/keybinding-snippets) to a snippet. These are bound to the target languages by default.
40
+
41
+

42
+
33
43
### Tooling for Insertion Features
34
44
35
45
Use insertion features such as [placeholders, tabstops, variables, etc](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/snippet-insertion-features) to make your snippets more powerful.
@@ -46,10 +56,6 @@ Import and export snippets using [GitHub gists](https://alexanderdombroski.githu
46
56
47
57
VS Code already has [powerful syncing](https://code.visualstudio.com/docs/configure/settings-sync) that provides a way to backup your snippets.
48
58
49
-
### Snippet Keybindings
50
-
51
-
Command to easily add [attach a keybinding](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/keybinding-snippets) to a snippet. These are bound to the target languages by default.
52
-
53
59
### Profile Support
54
60
55
61
Snippets added to the active profile, or choose files to [sync across all profiles](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/profile-snippets).
@@ -64,6 +70,8 @@ Copy snippets from [snippet extension packs](https://code.visualstudio.com/docs/
64
70
65
71
Save terminal commands commonly ran in the terminal across workspaces or globally. Hit the run button to automatically create a terminal and run it.
**Web Version:** This extension is not currently stable for [web versions](https://code.visualstudio.com/api/extension-guides/web-extensions) of VS Code due to its reliance on Node.js file system APIs.
Copy file name to clipboardExpand all lines: docs/docs/shell-snippets/shell-snippets.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,5 @@ Similar to code snippets, shell workspace snippets are associated with a project
27
27
**Shell Profile**: the kind of terminal to use
28
28
29
29
The extension will pull from VS Code configuration to know what default shells to suggest and use. Read the VS Code documentation about [terminal profiles](https://code.visualstudio.com/docs/terminal/profiles).
0 commit comments