Hi guys,
I tried installing node.js in Aptana 3, then I installed the palantir plugin for Eclipse/Aptana, available in GitHub, wich enables the use of TypeScript. I tried to enable the typescript plugin for my project and i referenced the path for the folder with the .ts file: arcgis-js-api.d.ts, wich is available in: jsapi-resources/typescript at master · Esri/jsapi-resources · GitHub . Anyway...i didn't manage to get it to work.
Can someone help me?
Has anybody done it?
We've moved away from supporting code assist via a plug-in for a particular IDE (Aptana). Now we generate a type script definition file for the ArcGIS API for JavaScript. Several development enviroments like Jet Brains and Visual Studio support the TypeScript definitions. Details can be found in the Esri jsapi-resources Github repo: jsapi-resources/typescript at master · Esri/jsapi-resources · GitHub
3 years later and we're still waiting for the new code assist for Aptana 3?
Unfortunately we do not have a Code Assist plug-in for any version of the API that works with Aptana Studio 3. At version 3, Aptana changed the way Code Assist works and there have been some technical challenges with building Code Assist for version 3. We are working to resolve these issues and hope to have an update soon.
"Studio 3 simplified greatly the concept of adding JavaScript content assist."Typical ESRI -- by 'simplify' they mean making things 5 times more difficult, and basically unusable!
Studio 3 simplified greatly the concept of adding JavaScript content assist. Rather than a references view that needed to be constantly updated, we've instead allowed the user to drop content assist files into an existing project to get good code assist that way.
The library you are using must have either a JSCA 1.0 Specification file, be documented using the ScriptDoc spec, be documented using VSDoc for JavaScript, or have a Aptana Studio 2.X code assist XML file. If using the Studio 2.X XML code assist file, you need to change the file extension to .sdocml.
An error occurred while parsing the documentation XML file. <api> cannot be a child of <#document>Element stack trace===================<#document> <api version="1.0"/></#document>
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.