https://github.com/andrew-codechimp/vscode-snippets
Various snippets for VS Code
https://github.com/andrew-codechimp/vscode-snippets
snippets vscode vscode-snippets
Last synced: 27 days ago
JSON representation
Various snippets for VS Code
- Host: GitHub
- URL: https://github.com/andrew-codechimp/vscode-snippets
- Owner: andrew-codechimp
- License: unlicense
- Created: 2019-06-18T10:19:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T13:20:42.000Z (over 5 years ago)
- Last Synced: 2025-03-25T12:04:55.532Z (about 1 month ago)
- Topics: snippets, vscode, vscode-snippets
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-snippets
Various snippets for VS CodeLooking for LMS Slim Snippets? I've now published these as a proper VSCode Extension for easy installation & updates
https://marketplace.visualstudio.com/items?itemName=CodeChimp.lmsslim-snippetsSource https://github.com/codechimp-org/vscode-lmsslim-snippets
This repo will contain random snippets for all other projects.
Either copy the files within the snippets folder to your VS Code global snippets location or setup a symlink.
## Mac
Global snippets are stored in your user library application support folder, I use a symlink from the checkout directory for this repo
```ln -s /Users///vscode-snippets/snippets/ /Users//Library/Application\ Support/Code/User/snippets```## Windows
Global snippets are stored in your user AppData folder, I use a symlink from the checkout directory for this repo
```mklink /D c:\Users\\AppData\Roaming\Code\User\snippets c:\\vscode-snippets\snippets```