VSCode-AutoHotkey-Plus

AutoHotKey language support for VSCode

Start

Install vscode-autohotkey-plus from vscode marketplace.

Debug

debug

Features:

  1. Click run button or press F9.
  2. Support breakpoint、stacktrace、variable
  3. Output Message: Recommend using OutputDebug command instead MsgBox when debug.
  4. 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:

Context Menu

Support below function: context

Setting

OpenSetting -> extensions -> Ahk Plus settings

Credits