View Single Post
11-09-18, 01:16 PM   #13
wartoshika
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 8
I see your point. When talking about Lua this is a good dev tool.

Since my target is TypeScript i need to add some more declarations. Like having an object of type eg. WowFrame.

See this picture of the qhun-core-ts framework in Visual Studio Code. And the declarations of the API will work in every IDE that understands TypeScript (there are a lot).

Attached Thumbnails
Click image for larger version

Name:	autocomplete_qhun_core_ts.png
Views:	1131
Size:	150.6 KB
ID:	9174  Click image for larger version

Name:	autocomplete_qhun_core_ts2.png
Views:	168
Size:	69.1 KB
ID:	9177  

Last edited by wartoshika : 11-09-18 at 01:22 PM.
  Reply With Quote