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
22
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 .
44
55![ Demonstration] ( https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true )
66
77## Usage
88
991 . Select the code you want to turn into a snippet.
10102 . 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.
12124 . 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 ` .
1414
1515## Contributing
1616
You can’t perform that action at this time.
0 commit comments