All our snippets are conforming to our eslint configuration.
This repo has been inspired a lot by Websbushka's atom-react-snippets package.
A snippet is a piece of code linked to a shortcut/alias.
In our case, all our snippets' aliases start by osd
for Osedea so we have for example:
But a snippet is a bit more than just a piece of code, it also specify fields that you can fill.
After inserting a snippet, hitting Tab
will make your cursor jump from field to field.
Command + Shift + p
Install P
Settings View: Install Packages And Themes
or type return
osd-atom
osd-atom-snippets
Go in a js file and type osd
and Atom should propose you all of the possible snippets.
After choosing one, press return and it should insert the snippet with the cursor in the first "field".
Hit Tab
to go from the current "field" to the next "field" of the snippet.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.