vscode-wow-api icon indicating copy to clipboard operation
vscode-wow-api copied to clipboard

Region:IsMouseOver

Open Torhal opened this issue 2 years ago • 1 comments

I'm not sure what to edit on the Wiki page to correct the definition in the extension, but there are two problems:

  • The type definition in the extension requires all parameters, but they're all optional.
  • The Wiki says this is a ScriptRegion method, where the extension uses Region.

If this is actually something I could fix myself via the Wiki page for the next extension release, I'd like to know so I skip the ticket-filing process if/when this happens again.

Torhal avatar May 03 '23 19:05 Torhal

  • The wiki page here is right with ScriptRegion, the extension is very much out of date with regards to widget API.
  • The wiki now tries to use the blizzard generated widget docs (since 10.0.0) but I have been lazy with updating the extension to match this.

In general I try to update the wiki docs first before updating the extension. Currently I'm having trouble prioritizing my time between my education and other work.

If this is actually something I could fix myself via the Wiki page for the next extension release, I'd like to know so I skip the ticket-filing process if/when this happens again.

Do you mean updating the wiki pages? The extension doesn't really pull the emmylua docs from the widget api pages so it still needs to be updated manually in the extension. Ideally it would be automatically updated from Blizzard_APIDocumentationGenerated.

If you want to have contributor access to the repository I'd be happy to oblige.

This is the current state of the widget docs with regards to blizzard api documentation if it helps.

image

Ketho avatar May 03 '23 21:05 Ketho

The vscode extension and wiki docs should have proper support for Widget API for a while now 🙂

Ketho avatar Aug 02 '24 16:08 Ketho