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
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 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 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 |
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 | 1 | 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