Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jennieji/vsext-gitlab-snippets
A VSCode extension for gitlab snippets
https://github.com/jennieji/vsext-gitlab-snippets
gitlab snippets vscode vscode-extension
Last synced: about 1 month ago
JSON representation
A VSCode extension for gitlab snippets
- Host: GitHub
- URL: https://github.com/jennieji/vsext-gitlab-snippets
- Owner: JennieJi
- License: apache-2.0
- Created: 2020-04-17T15:45:45.000Z (over 4 years ago)
- Default Branch: release
- Last Pushed: 2023-12-10T02:57:56.000Z (about 1 year ago)
- Last Synced: 2024-04-18T14:16:15.599Z (8 months ago)
- Topics: gitlab, snippets, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=jyee721.gitlab-snippets
- Size: 272 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VSCode GLab Snippets Extension
VSCode extension for managing snippets on GitLab. Suppports private setting, multiple hosts, personal favorite list, save to local.
To use the extension, you will need to add your host, and private token via command palette **Add host** command:
![Commands](https://i.imgur.com/GIHlEDc.png)
Enter your host. And it will ask for your **personal access token**.
Generated a [personal access token](https://git.garena.com/profile/personal_access_tokens) with **api** access in **user settings >
Access Tokens**.![Token](https://i.imgur.com/cdH7spR.png)
Copy the token generated, enter into the textbox. And select your API version. Latest API version is 4.
And then you could use other commands like publish, add snippet by ID, or the snippets explorer to view, star, download, copy to clipboard and paste the snippet into your workspace:
![Explorer](https://i.imgur.com/jqZCttm.png)