I am new user of Meteor JS. I am using visual studio IDE but keyword,functions etc are not reflecting in this. How is it possible? Please give solution
How to get auto-completion for meteor API working on Visual Studio?
1k views Asked by Santosh Vishwakarma At
2
There are 2 answers
3
On
As you know, Meteor is all Javascript. There is good javscript IDE called Jetbrains Webstorm which has good support for Meteor
I highly recommend it
EDIT This answer was written for the original question title"Which IDE is better for Meteor JS? ".
This is by design a subjective question requesting a subjective answer. Here is one from my experience.
The best editor I found so far is Atom, free, open-source, very customizable, and lots of very good plugins. And it is getting better everyday.
If you plan to give it a try, I would suggest to install at least the following plugins:
If you look for the auto-indent function, there is a built-in one. You can add it a shortcut in your keymap by pasting this in it because by default there is none:
I hope it helps.
ps: if someone has plugins suggestions, they are welcome