Does either Eclipse or Web Matrix support Meteor?

I like Atom pretty well, but am wondering if either Eclipse or MS Web Matrix support Meteor development?

The reason I’m open to an alternative is that I get the following msg too often when attempting to save changes:

Altgouth they both are above the line development environments for javascript, they don’t necessarily have support for Meteor in terms of code assistance, resolving helpers etc.

You could use ternjs eclipse plugin and slava’s tern-meteor plugin to provide static analysis support to eclipse for meteor autocompletion, though.

You might want to use Sublime. It’s very similar to Atom and the ternjs support is useful.