autohotkey-plus
autohotkey-plus copied to clipboard
AutoHotkey language support for Visual Studio Code
VSCode-AutoHotkey-Plus
This extension is no longer actively maintained, if you are looking for help, please see mark-wiemer/ahkpp.
Note, this extension only supports autohotkey v1.
AutoHotKey language support for VSCode
- vscode-autohotkey-Plus
- Start
- Debug
- Language Features
- Context Menu
- Setting
- Credits
Start
Install vscode-autohotkey-plus from vscode marketplace.
Debug

Features:
- Click run button or press F9.
- Support breakpoint、stacktrace、variable
- Output Message: Recommend using
OutputDebugcommand instead MsgBox when debug. - Evalute: Set and get variable in debug evaluter.
This extension provides basic debugging functions. If you need more debugging functions(Like conditional breakpoint), install additional extension vscode-autohotkey-debug.
Language Features
This extension provides basic programming language support for autohotkey:
- Method Symbol:

- Goto Definition: param, variable, method(press ctrl then click)
- Find References: Find method references(shift+f12).
- Code Format(Shift+Alt+F)
- Hover tip: Move mouse to method call or command.

- Code Symbol: Add two semicolon to comment code block.

- IntelliSense
Context Menu
Support below function: 
Setting
OpenSetting -> extensions -> Ahk Plus
