mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
Meteor API with tab completion and syntax highlighting.
| grammars | ||
| snippets | ||
| stylesheets | ||
| .gitignore | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
Meteor API for the Atom Editor
Bring Isomorphic javascript to the editor with Meteor API code snippets and grammar/syntax highlighting!
Installation
Go to Atom > Open Your Snippets, and copy the contents of snippets/meteor.api.cson into the file. Once we get the API completely covered, we'll publish through the Atom package system.
Open Files From the Command Line
# link your atom binary so it can be run from the command line
sudo ln -s /Applications/Atom.app/Contents/MacOS/Atom /usr/local/bin/atom
# open a file
meteor create helloworld
cd helloworld
atom helloworld.js
Meteor API Coverage
List of Covered Meteor API Syntax
Recommended Packages
If you want a complete javascript IDE experience with, we recommend the following packages to run with Meteor API Snippets.
Atom Lint
Atom Beutify
Atom Jshint
Atom Prettify
Autocomplete
Bracket Matcher
Filetype Color
Grammar Selector
Snippets
Wrap Guide
Contributing / Next Steps
Custom Syntax Highlighting Javascript Grammar
Regex Tester Color Pallette Wheel
Acknowledgements / Contributors
A big shoutout to ThusStyles for piecing together the original meteor-snippets atom package!