This plugins aims to save development time by adding some clever shortcuts to your atom text editor. By using this library you will be faster, close to speed light.
Open atom and go to settings (***⌘,***) and click on install package and search for bootstrap-3-snippets-for-atom
, install the plugin and restart atom (***⌃⌥⌘L***)
Como ciertos comandos necesitan otros plugins de atom lo mejor es cargar primeros las dependencias:
Install dependencies first:
apm install emmet
apm install language-blade
Then install this plugin:
apm install bootstrap-3-snippets-for-atom
Reopen atom window if was open!
Después tienes que reiniciar Atom para que los cambios surgan efecto.
To be able to run this emmet completion shortcuts you need to have Emmet Plugin installed.
Input | Shortcut | Result |
---|---|---|
Bootstrap table | emm:table |
table.table.table-striped.table-bordered>(thead>tr>th6)+(tbody>tr>td6) |
Here are some of the libraries used, and the shortcodes to bring them all in your screen. This are just some examples, there are many more commands you can use, list will show when you start typing.
Input | Shortcut |
---|---|
Collective | form:input |
Emmet | emm:table |
PHP | php:interface |
Laravel | lara:layout |
Bulma | bulma:hero |
{N} | tns:dragab |
CSS | css:media-calls |
React-Native | rn:class-component |
NativeBase | rnb:container |
ES6 | import-axios |
Typescript | ts:model-class |
Here are some sample commands, list grows over time.
2.9
2.8
2.7
2.6
2.5
2.5
2.4
2.3
2.2
2.1
2.0
Sunnyface.com Web development
GestorApp.com Mobile aplications
SosVecinos.com Residents mobile application
KikoSeijo.com Freelance senior programmer
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.