|
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:
- 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.