File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Workspace Snippets Extension
1
+ # Workspace Code Snippets
2
2
3
- This extension allows you to create code snippets from selected code in your workspace .
3
+ > This extension allows you to quickly add code snippets to a repository for your team to benefit from .
4
4
5
5
![ Demonstration] ( https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true )
6
6
7
7
## Usage
8
8
9
9
1 . Select the code you want to turn into a snippet.
10
10
2 . Press ` cmd+shift+p ` (or ` ctrl+shift+p ` on Windows/Linux) to open the Command Palette.
11
- 3 . Type " Create Workspace Code Snippet" and select the option from the list.
11
+ 3 . Type ` Create Workspace Code Snippet ` and select the option from the list.
12
12
4 . Choose a name for your snippet and press Enter.
13
- 5 . Your snippet will be saved in ` ./ vscode/workspace.code-snippets ` .
13
+ 5 . Your snippet will be saved in ` .vscode/workspace.code-snippets ` .
14
14
15
15
## Contributing
16
16
You can’t perform that action at this time.
0 commit comments