https://github.com/me7/snippet
https://github.com/me7/snippet
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/me7/snippet
- Owner: me7
- Created: 2021-07-07T10:17:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T11:08:27.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T17:54:12.639Z (about 2 years ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# snippet
vscode custom snippet generator
original idea from https://github.com/djyde/snp
## different
- remove dependencies (ymal and homedir)
- snippet scope from top folder name
- snippet prefix from folder/filename
## how to use
- go build snp.go
- run
- it's will generate snp.code-snippet in vscode
### note on file name
- ...Hello = starter template
- ...Demo = demonstrate how to use (example code)