2

I need to find a Javascript IDE or editor that can display code hints for external files such as Three.js. Any help would be appreciated.

Verifitas
  • 23
  • 4
  • 1
    It depends on what operating system you are using and other parameters. But for a start I would recommend looking at [Sublime text](http://www.sublimetext.com/) for cross-platform, it should either figure out code-completion or perhaps there are plugins for doing so? otherwise I've found [alternative to](http://alternativeto.net/) to be a helpful place. Hope you find what you are looking for. – qrikko Dec 08 '13 at 11:06
  • The Three.js project includes a Sublime Text 2 [extension](https://github.com/mrdoob/three.js/tree/dev/utils/editors/sublimetext2) that adds code hinting. I am not sure which editors do the best job of this generically (e.g. by reading arbitrary external files). – IceCreamYou Dec 09 '13 at 14:34

2 Answers2

0

I would recommend WebStorm

Get the Personal Licence if it's just for yourself for personal use, you can try for 30 days.

Jeff
  • 21
  • 2
0

Disclaimer, I'm the author of the tern.java.

If you use Eclipse, I suggest you that you install tern.java 0.10.0 (not released) which provides a tern support for three.js with completion for three.js :

enter image description here

If you are using other JavaScript Editors like Emacs, Vim, Sublime, you can use the tern plugin tern-threejs

Angelo
  • 2,027
  • 13
  • 17