5

Is there any code editor or even IDE, where you can get some compassion in the form of "method" auto-complete suggestions and "jump to definition", for your javascript code that uses a library like d3.js?

2
  • 1
    There's a plugin for Sublime Text that provides some snippets and autocompletion: packagecontrol.io/packages/D3.js%20Snippets Commented May 2, 2015 at 0:10
  • thanks but that doesn't help you work with a library, thanks though Commented May 2, 2015 at 8:59

1 Answer 1

3

I have found that WebStorm does all that. Need to follow here to set it up to know your external library (e.g. d3.js in my case) so that it can be smart about it. Download the unminified/debug version of your library first so you can supply it in that dialog. Installing WebStorm was quick and a no-brainer.

If you know of other tools that have these capabilities, please post your answer as well...

WebStorm currently doesn't cost all that much and currently comes with a 30 days trial.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.