Creating Custom Snippet
-
Open the Snippets Cson File
Edit >> Snippets:
And Start Editing your New Snippet there:
-
Finally, Try to Make a Custom Atom Snippet
Just Appending the Snippet Content…
Here a Test Text/Html Snippet’s Content:'.text.html.basic': 'Hello World': 'prefix': 'hi' 'body': 'Hello World!'
A Comma at the Beginning of the Scope declaration it’s Needed.
The General Form is like:'.[SCOPE]': '[NAME]': 'prefix': '[SHORTCUT]' 'body': '[SNIPCONTENT]'
-
Now to Test the New Snippet
First, make a File with Right Language’s Extension, so in our Example .html
And to Run the Snip, first Type it, here ‘hi‘; and then Hit the ‘Tab‘ Key.
Contents