How i can add intellisense or code assist for ArcGIS javascript api in Aptana studio 3 or Eclipse. Pls let me know regarding this...
Hello Dubey,
I am not sure about Aptana Studio 3 or Eclipse, but for JavaScript development, I really like to use visual studio code with TypeScript. This way I can use what they call "typings", which provides an IntelliSense like autocompletion for all of the modules in the 4.x JS API. Typescript is only a superset of JavaScript, so you can write normal JS in a TypeScript file and be fine. Esri has a really nice example of using TypeScript with ArcGIS JS API linked here if you wanted to give it a shot!
Thanks Munachiso,
Yeah help solved to overcome my problem. Thanks
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.