A simple plugin to bring support for AutoHotkey into Jetbrains!
Explore the docs »
Get Plugin
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Jetbrains IDEA
- Clone the repo
git clone https://github.com/Nordgedanken/auto_hot_key_jetbrains_plugin.git
- Open the cloned folder in Jetbrains
- Run the
Plugin
run configuration orrunIDE
gradle task
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 be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
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/auto_hot_key_jetbrains_plugin
- intellij-rust - Which provides 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