A simple plugin to bring support for AutoHotkey into IntelliJ-based IDEs!
Explore the docs »
Get Plugin
·
Report Bug
·
Request Feature
A simple plugin for developing AutoHotkey scripts. The following features are available:
- Syntax highlighting (under construction; no error checking available currently)
- Run configurations
- More to come in the future...
Note: This plugin is under development and does not have a stable release yet. Please report any issues to the plugin's GitHub page.
To get a local copy up and running, follow these simple steps:
- IntelliJ IDEA 2020.* or newer (Community Edition is fine)
Required plugins (for development only): - Java 11
- Clone the repo
git clone https://github.com/Nordgedanken/intellij-autohotkey.git
- Open the cloned folder in IntelliJ
- Run the
"Run Plugin in test IDE"
run configuration
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated, but please read CONTRIBUTING.md before starting any work.
Distributed under the GPL-3.0 License. See LICENSE
for more information.
MTRNord - @mtrnord - https://matrix.to/#/@mtrnord:nordgedanken.dev
Project Link: https://github.com/Nordgedanken/intellij-autohotkey
- intellij-rust which provided a huge starting point to implement undocumented features
- intellij python plugin which also provided help with certain features
- idea-multimarkdown which also provided help with certain features