Editors with AutoHotkey Support

Any text editor can be used to edit an AutoHotkey script, but editors which are (or can be configured to be) more AutoHotkey-aware tend to make reading, editing and testing scripts much easier. AutoHotkey-aware editors may provide:

Recommendations:

SciTE4AutoHotkey

SciTE4AutoHotkey is a custom version of the text editor known as SciTE. Its features include:

SciTE4AutoHotkey can be found here: https://www.autohotkey.com/scite4ahk/

Visual Studio Code (VS Code)

Visual Studio Code can be configured with a high level of support for AutoHotkey by installing extensions.

AutoHotkey2 Language Support provides many features, including:

Additional notes:

vscode-autohotkey-debug provides support for interactive debugging of v1 and v2 scripts.

Notepad++

Notepad++ can be configured to support the following features:

See Setup Notepad++ for AutoHotkey for instructions.

Notepad4

Notepad4 supports the following for AutoHotkey v2 by default:

It is available here: https://github.com/zufuliu/notepad4

Others editors

For help finding or configuring other editors, try the Editors sub-forum.

To get an editor added to this page, post in the Suggestions sub-forum or open an Issue or Pull Request at GitHub.