Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/sabbir-code-snippet
This is a simple extension that provides code snippets for all programming, framework. It helps to speed up the coding process by providing handy snippets for commonly 😍
https://github.com/devlopersabbir/sabbir-code-snippet
code code-snippets js-code-helper snippet vscode
Last synced: 3 days ago
JSON representation
This is a simple extension that provides code snippets for all programming, framework. It helps to speed up the coding process by providing handy snippets for commonly 😍
- Host: GitHub
- URL: https://github.com/devlopersabbir/sabbir-code-snippet
- Owner: devlopersabbir
- License: mit
- Created: 2023-09-06T20:49:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:14:20.000Z (about 1 year ago)
- Last Synced: 2023-11-08T08:38:34.197Z (about 1 year ago)
- Topics: code, code-snippets, js-code-helper, snippet, vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=devlopersabbir.sabbir-code-snippet
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Code Snippet
This is a simple extension that provides code snippets for all programming
language and framwork. It helps to speed up the coding process by providing
handy snippets for commonly used code structures. It's easy to use and can be a
great tool for both beginners and experienced developers.### Contributing tutorial (click and watch)
## Features
- HTML
- HTML5 Boilerplate with JavaScript
- JavaScript
- Console clear with a simple console log message## Uses Resource
**ReactJS with TypeScript**
| No. | Shortcut | Description |
| --------------------------------------- | -------- | ----------- |
| 0.1 | `!rafct` | It will |
| create a arrow function with with types |**JavaScript All Shortcut and description**
| No. | Shortcut | Description |
| :-: | :-------: | :--------------------------------------------------------------------- |
| 01 | `jshello` | JavaScript Hello World Message with `console.clear()` method included! |**Java Programming All Shortcut and description**
| No. | Shortcut | Description |
| :-: | :-------: | :---------------------------------------------------- |
| 01 | `!javaVH` | Java Hello World Program with matched file name class |**HTML All Shortcut and description**
| No. | Shortcut | Description |
| :-: | :-------: | :-------------------------------- |
| 01 | `html&js` | HTML5 Boilerplate with JavaScript |## Contributing...
Since this package is fully open-source so, if you would like to contribute to
this project, please follow these steps:1. Fork this repository.
2. Clone your forked repository.
3. For your changes.
4. Open `snippets` directory and if you want to add new **framework snippet**
then create a new file like `snippets.java.snippets` or Make your changes,
and commit them.
- Remember, don't forget to added your language `id` inside this array
```js
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.html-snippets"
},
{
"language": "javascript",
"path": "./snippets/snippets.javascript-snippets"
}
]
```
5. If possible update `README.md` file based on your changes or new functions.
6. Push them to your forked repository:
7. Create a pull request on this repository.
8. Add a simple message which you made change or add on your pull request.