Ketho / vscode-wow-api

VS Code extension for World of Warcraft AddOns
https://marketplace.visualstudio.com/items?itemName=ketho.wow-api
MIT License
154 stars 33 forks source link

IntelliSense broken #165

Closed lenroc-dev closed 2 months ago

lenroc-dev commented 3 months ago

I lost IntelliSense in VSCode with 0.16 and 0.17 versions. Downgrading to 0.15.9 fixed the issue for me.

Ketho commented 3 months ago

uhm what does your workspace and/or user path for Lua.workspace.library look like?

lenroc-dev commented 3 months ago

I should mention that I'm new to VSCode so, I'm not quite sure how to provide the worspace/path info requested, but the workspace containing the lua file is trusted, if that matters.

In case, it helps.. I've noticed that IntelliSense works for some functions but not others... for example, GetItemCooldown IntelliSense works fine, but PickupContainerItem does not. When I hover mouse over PickupContainerItem, I get "(global) PickupContainerItem: unknown"

Ketho commented 2 months ago

Were you able to find a solution to the issue? I've not heard any similar reports yet

lenroc-dev commented 2 months ago

It's still flaky. Certain functions seem to work fine and others don't.

Ketho commented 2 months ago

Are you using Multi-root Workspaces?

Can you show me your settings.json? You can open it with the "Open Workspace Settings" command

image

AmsTaFFix commented 2 months ago

same problem, reverted to 0.15.9 too. when i made an update my settings.json has been changerd image settings.json

AmsTaFFix commented 2 months ago

ohhh, after installation of 0.15.9, and the update to last version it started working

lenroc-dev commented 2 months ago

Seems to start working after upgrading to latest today.