Replies: 3 comments
-
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. |
Beta Was this translation helpful? Give feedback.
-
Thanks for letting me know. Should I close this issue? |
Beta Was this translation helpful? Give feedback.
-
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 #21 (comment) - 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. |
Beta Was this translation helpful? Give feedback.
-
Visual Studio Code
Version: 1.91.0
Thanks for this extension.
![image](https://private-user-images.githubusercontent.com/10438710/349139456-11a274b4-3ef3-4bdd-a02e-f70168889a06.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDIzNjQsIm5iZiI6MTczOTQwMjA2NCwicGF0aCI6Ii8xMDQzODcxMC8zNDkxMzk0NTYtMTFhMjc0YjQtM2VmMy00YmRkLWEwMmUtZjcwMTY4ODg5YTA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIzMTQyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM2MWUwZDdjN2M4MWViZjYxOGNmYzRkZTEzYmIwOWFhYjQxNWZhY2RhNmY4M2Y2MDZkNzIzZWVhOWY4YTBmZGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uNIAwjwim4FNUSCDbyXElm7RsRPfy2iwltbnFrnDqKs)
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:
When I type
msg
, the drop down only has "abc" items.However, if I switch to use v1, the IntelliSense works.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions