i have typescript definition file https://github.com/borisyankov/definitelytyped/blob/master/arcgis-js-api/arcgis-js-api.d.ts. used atom-typscript plugin in atom editor , able code completion in .ts files when use import/require. how can code completion work in .js files (in amd)? possible?
how can code completion work in .js files (in amd)? possible?
not using atom-typescript. vscode , webstorm supports providing intellisense .js files using .d.ts files.
it's requested not on plans atom-typescript : https://github.com/typestrong/atom-typescript/issues/315
Comments
Post a Comment