Javascript code editor with intelligence

Is there any code editor or even IDE where you can get some sympathy in the form of an autocomplete sentence and go to definition "method" for your javascript code that uses a library like d3.js?

+3


source to share


1 answer


I found that WebStorm does it all. Need to follow here to set it up to find out your external library (like d3.js in my case) so it can be smart. First download the unminified / debug version of your library so you can provide it in this dialog. Installing WebStorm was quick and hassle-free.

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



Currently WebStorm doesn't cost that much and currently comes with a 30 day trial.

+2


source







All Articles