stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

IntelliSense #6

Open fischgeek opened 7 years ago

fischgeek commented 7 years ago

Hey guys. Nice work! Any thoughts on utilizing VSCode's IntelliSense? I'd love to contribute.

denolfe commented 7 years ago

It was discussed previously in #1. I implemented the snippets in 676f77e, which seems sufficient for now. Implementing full IntelliSense utilizing the language server seems like a pretty big undertaking.

hhaoao commented 4 years ago

Many problems are caused by autohotkey not providing an interface to generate ast (abstract syntax tree). I don't understand why the official does not provide it.(Halfway through 2020)