I am trying to get some auto-complete setup in my IDE for Adobe XD. I am using Webstorm, Visual Code and Sublime Text 3 to code Adobe XD Plugins. The only thing that bothers me is that i do not have any autocompletion. I cannot predict what methods and properties are available to me etc. Is there way to configure the IDE mentioned here to best work with Adobe XD plugins. or an overall IDE that works best?
Sorry, I currently don’t have the time to write a more extensive answer, but here are some pointers into the right directions (in the hope that this already helps you). Besides that, I’ll elaborate on the answer a bit more in a few days when I have a bit more time…
To get autocompletion, you can use the Typescript Definitions (Typings) of the XD APIs, which are hosted in this GitHub repository: https://github.com/AdobeXD/typings.
It also discusses how it can be included in VSCode and WebStorm (even though there are also “newer” ways of doing it.