An open API service indexing awesome lists of open source software.

https://github.com/feli0x/workspace-code-snippets

Create code snippets in your workspace and share them with your team.
https://github.com/feli0x/workspace-code-snippets

visual-studio-code vscode-extension vscode-snippets-extension

Last synced: about 1 month ago
JSON representation

Create code snippets in your workspace and share them with your team.

Awesome Lists containing this project

README

          

# Workspace Code Snippets

> This extension allows you to quickly add code snippets to a repository for your team to benefit from.

![Demonstration](https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true)

## Usage

1. Select the code you want to turn into a snippet.
2. Press `cmd+shift+p` (or `ctrl+shift+p` on Windows/Linux) to open the Command Palette.
3. Type `Create Workspace Code Snippet` and select the option from the list.
4. Choose a name for your snippet and press Enter.
5. Your snippet will be saved in `.vscode/workspace.code-snippets`.

## Contributing

If you find any issues or have suggestions for improvement, please submit an issue or pull request on the [GitHub repository](https://github.com/feli0x/workspace-code-snippets).