Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for developing Meteor

Tags:

meteor

I've been watching the screencasts on the site and wondering what editor is being used? It looks like vi or vim (which one is it)? And at the bottom of the terminal says "JavaScript-IDE"? (is this a plugin for vi or vim) Thanks!

like image 962
shinank Avatar asked Jan 23 '13 15:01

shinank


2 Answers

From Abigail Watson, Meteor expert:

WebStorm is no longer the Meteor-Cookbook recommended Editor or Development Environment. We now recommend Atom.io since it's a pure-javascript editor, meaning we can extend the Meteor Isomorphic API to the Editor.

(https://github.com/awatson1978/meteor-cookbook/blob/master/cookbook/webstorm.md)

Our Meteor API for the Atom Editor brings Isomorphic Meetor javascript to the editor with autocomplete, code snippets, color-coded grammar, syntax highlighting, and more! Code faster and with fewer mistakes!

(https://github.com/awatson1978/meteor-api)

like image 82
steph643 Avatar answered Sep 20 '22 08:09

steph643


WebStorm

Webstorm 9 has excellent Meteor support.


For Vim/Emacs

Another option would be to use TernJS and VIM/Emacs as explained by Slava Kim at Dev Shop.

A Good Write up about it here

like image 29
johncho Avatar answered Sep 19 '22 08:09

johncho