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
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 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 |
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