Hello,
I’m new to Atom (and server-side JavaScript). Historically, I’ve developed in Eclipse and some of the JetBrains IDE’s. I am aware that Atom is very much in its early stages of development, and quite impressive thus far, however am looking for one feature which I cannot seem to make work.
Intelligent code completed for node.js. I.e. I would type something like
console.
And a drop down would dynamically present me with options such as ‘log’ or ‘error,’ etc.
I’m still very new to the JS community, but believe that this is something TernJS does? So, I found two packages out there, Tern and TernJS but cannot seem to make either work (even after starting the server).
Are there any other options out there at this time?
Thanks,
Thomas