Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deinsoftware/vscode-dein-snippets-pack
VS Code dein Snippets collection for JS and TS
https://github.com/deinsoftware/vscode-dein-snippets-pack
destructuring hacktoberfest javascript json nodejs object-literal react react-props snippets-collection typescript variables visual-studio-code vscode vscode-extension-pack vue vuejs
Last synced: 11 days ago
JSON representation
VS Code dein Snippets collection for JS and TS
- Host: GitHub
- URL: https://github.com/deinsoftware/vscode-dein-snippets-pack
- Owner: deinsoftware
- License: mit
- Created: 2022-04-20T23:21:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:01:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:29:16.695Z (8 months ago)
- Topics: destructuring, hacktoberfest, javascript, json, nodejs, object-literal, react, react-props, snippets-collection, typescript, variables, visual-studio-code, vscode, vscode-extension-pack, vue, vuejs
- Homepage: https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack
- Size: 2.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# dein Snippets Pack
[![Version](https://img.shields.io/visual-studio-marketplace/v/deinsoftware.dein-snippets-pack.svg?color=blue&label=version)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack)
[![Installs](https://img.shields.io/visual-studio-marketplace/i/deinsoftware.dein-snippets-pack.svg)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack)
[![Ratings](https://img.shields.io/visual-studio-marketplace/stars/deinsoftware.dein-snippets-pack.svg)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack)
[![license](https://img.shields.io/github/license/deinsoftware/vscode-dein-snippets-pack)](LICENSE.md)
[![Open in VS Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/deinsoftware/vscode-dein-snippets-pack)![dein](https://raw.githubusercontent.com/deinsoftware/vscode-dein-snippets-pack/main/.github/social/preview.png 'dein Snippets')
## Menu
- [Installation](#installation)
- [Quick Launch](#quick-launch)
- [Extension Manager](#extension-manager)
- [Marketplace](#marketplace)
- [Extensions Included](#extensions-included)
- [Settings](#settings)
- [About](#about)---
## Installation
### Quick Launch
Open the quick launch with ctrl+shift+P (Win/Linux) or cmd+shift+P (macOS).
Paste the following command and press `Enter`:
```shell
ext install deinsoftware.dein-snippets-pack
```### Extension Manager
Open the extension manager with ctrl+shift+X (Win/Linux) or cmd+shift+X (macOS), search for `dein Snippets Pack` and click on `[Install]` button.
### Marketplace
[dein Snippets Pack](https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack)
⇧ [Back to menu](#menu)
---
## Extensions Included
- [Debug Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.debug-snippets)
- [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.const-props-snippets)
- [Arrow Function Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)⇧ [Back to menu](#menu)
---
## Settings
The `editor.snippetSuggestions` setting in vscode `settings.json` will show snippets on top of the suggestion list.
```json
"editor.snippetSuggestions": "top"
```⇧ [Back to menu](#menu)
---
## About
### Built With
- [VS Code](https://code.visualstudio.com/) - Code editing redefined.
- [Figma](https://www.figma.com/) - The collaborative interface design tool.### Contributing
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
### Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [dein Snippets Pack](https://github.com/deinsoftware/vscode-dein-snippets-pack/tags) on GitHub.
### Authors
- **Camilo Martinez** [[Equiman](http://github.com/equiman)]
See also the list of [contributors](https://github.com/deinsoftware/vscode-dein-snippets-pack/contributors) who participated in this project.
### Sponsors
If this project helps you, consider buying me a cup of coffee.
[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware)
[![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3)### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.
⇧ [Back to menu](#menu)