Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AutoHotkey PlusNew to Visual Studio Code? Get it now.

AutoHotkey Plus

cweijan

|
34,289 installs
| (17) | Free
AutoHotkey language support for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode-AutoHotkey-Plus

AutoHotKey language support for VSCode

  • vscode-autohotkey-Plus
    • Start
    • Debug
    • Language Features
    • Context Menu
    • Setting
    • Credits

Start

  1. The author has not learned the principles of compilation, so parser can only provide limited support, please understand this.
  2. If you like this this extension, consider buying me a coffee. Thank you!

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:

  • Method Symbol: methodSymbol
  • 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. hover
  • Code Symbol: Add two semicolon to comment code block. codeSymbole
  • IntelliSense

Context Menu

Support below function: context

Setting

OpenSetting -> extensions -> Ahk Plus settings

Credits

  • vscode-autohotkey
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2021 Microsoft