stef-levesque / vscode-autohotkey

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

Intellisense? #1

Closed alexdresko closed 8 years ago

alexdresko commented 8 years ago

Is it planned? Is it even possible? I'd love to help if it can be done.

stef-levesque commented 8 years ago

Just to confirm, do you mean Simple Validation and Code Completion, as detailed in VS Code docs ?

If so, yes it's possible, and you are welcome to help :smiley:

alexdresko commented 8 years ago

Both, I suppose... Have you started down the path of implementing either feature, and do you have any thoughts or ideas that might help me get started? I can, of course, dig into the docs as I've done many times for other VSCode related things, but I haven't done anything with validation or completion....

stef-levesque commented 8 years ago

No, I haven't really look at it yet. I'm not too familiar with Language Servers extensions, so I guess docs and GitHub are your best bet for now.

Although, I wonder if the AutoHotkey syntax is much friendly for static analysis.

stef-levesque commented 8 years ago

Closing for now. Reopen if any progress has been made.