mark-wiemer-org / ahkpp

AHK++ provides AutoHotkey v1 and v2 support for VS Code, Theia IDE, and more
https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus
Other
168 stars 10 forks source link

For some reason IntelliSense doesn't work #449

Closed Kotsuha closed 2 months ago

Kotsuha commented 3 months ago

Visual Studio Code Version: 1.91.0

Thanks for this extension. Recently I started to use AutoHotkey v2, so I installed this extension. For some reason the IntelliSense doesn't seem to work? For example, look at the screenshot: image When I type msg, the drop down only has "abc" items.

However, if I switch to use v1, the IntelliSense works.

image

Am I missing something?

fade2gray commented 3 months ago

V2 Intellisense in this extension is still 'work in progress' - you may want to install 'AutoHotkey v2 Language Support' by thqby, although that extension does not support V1.

Kotsuha commented 3 months ago

Thanks for letting me know. Should I close this issue?

fade2gray commented 3 months ago

Heads-up, after the fact, but I failed to mention that @mark-wiemer, the author of this extension, released a new 'AutoHotkey Extension Pack' containing ...

... see https://github.com/mark-wiemer-org/ahkpp/discussions/21#discussion-1310547 - makes it a little easier to manage the three extensions.

But I'd leave your comment up in case anyone else should have the same query.