Front-end Project Snippets
html, css, js, schema.org, wai-aria, es6, regex, test-frameworks, jQuery, reactJS snippets for Sublime Text 2/3
Details
Installs
- Total 3K
- Win 2K
- Mac 715
- Linux 394
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Front-end Project Snippets
Translations
Install
If you already have the Package Control installed , just search for Front-end Project Snippets
. If you have not installed in the Sublime, you can do it here.
You can manually download the package and place it within your Packages
directory. It will work, but it will not be automatically updated.
You can see all installed snippets in Tools > Snippets...
, in the Sublime Text.
[Tested on windows] When the “.”(dot) is used, the autocomplete disappears.. Solve this problem, just put in your user Preferences > Settings - User
, the property word_separators
with value without the “.”(dot). You can see an example here.
Snippets and prefixes/keys
- HTML - h.*
- CSS - c.*
- JavaScript - j.*
- Regex
- Schema.org
- External - e.*
- Comment
- Structure data (examples)
References
- @caiogondim (Caio Gondim) https://github.com/caiogondim/js-patterns-sublime-snippets
- @zenorocha (Zeno Rocha) https://github.com/zenorocha/sublime-javascript-snippets
- @joshnh (Joshua Hibbert) https://github.com/joshnh/CSS-Snippets
- (Schema.org) http://schema.org/
- (jQuery) https://api.jquery.com/
- (jQuery Boilerplate)https://jqueryboilerplate.com/
- (JSDuck) https://github.com/senchalabs/jsduck
- (idiomatic CSS) https://github.com/necolas/idiomatic-css
- (JS Design Patterns) https://addyosmani.com/resources/essentialjsdesignpatterns/book/
- (Node.js Assert) https://nodejs.org/api/assert.html
- (Jasmine) http://jasmine.github.io/2.0/introduction.html
- (ReactJS cheatsheet) http://reactcheatsheet.com/
- (ES6 Features) https://github.com/lukehoban/es6features#readme
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Log
Check Releases for detailed changelog.
License
MIT license © Hemerson Vianna