Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/vs-snippets
VSCode's snippets files for various programming languages.
https://github.com/kitagry/vs-snippets
Last synced: 15 days ago
JSON representation
VSCode's snippets files for various programming languages.
- Host: GitHub
- URL: https://github.com/kitagry/vs-snippets
- Owner: kitagry
- License: mit
- Created: 2020-01-24T07:30:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T15:08:59.000Z (almost 4 years ago)
- Last Synced: 2024-12-15T14:43:55.167Z (20 days ago)
- Size: 18.6 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vs-snippets
===========This repository contains VSCode's snippets files for various programming languages.
Install:
--------### If you use vim/neovim
```vim
dein#add('hrsh7th/vim-vsnip')
dein#add('kitagry/vs-snippets')
```License:
--------MIT
This plugin complies with following plugin's lisenses.
MIT:
- [microsoft/vscode](https://github.com/microsoft/vscode)
- [microsoft/vscode-go](https://github.com/microsoft/vscode-go)
- [microsoft/vscode-python](https://github.com/microsoft/vscode-python)
- [editor-rs/vscode-rust](https://github.com/editor-rs/vscode-rust)
- [rubyide/vscode-ruby](https://github.com/rubyide/vscode-ruby)
- [one-harsh/vscode-cpp-snippets](https://github.com/one-harsh/vscode-cpp-snippets)ISC:
- [ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform)
Author:
-------Ryo Kitagawa