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.
- HTML - h.*
- CSS - c.*
- JavaScript - j.*
- Regex
- Schema.org
- External - e.*
- Comment
- Structure data (examples)
- @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
- 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
Check Releases for detailed changelog.
MIT license © Hemerson Vianna