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.

- HTML
- HTML5 Boilerplate with JavaScript
- JavaScript
- Console clear with a simple console log message
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 |
Since this package is fully open-source so, if you would like to contribute to this project, please follow these steps:
- Fork this repository.
- Clone your forked repository.
- For your changes.
- Open
snippets
directory and if you want to add new framework snippet then create a new file likesnippets.java.snippets
or Make your changes, and commit them.- Remember, don't forget to added your language
id
inside this array
"snippets": [ { "language": "html", "path": "./snippets/snippets.html-snippets" }, { "language": "javascript", "path": "./snippets/snippets.javascript-snippets" } ]
- Remember, don't forget to added your language
- If possible update
README.md
file based on your changes or new functions. - Push them to your forked repository:
- Create a pull request on this repository.
- Add a simple message which you made change or add on your pull request.