adaslaw
adaslaw

Reputation: 300

Eclipse MouseFeed plugin equivalent for IntelliJ IDEA?

Is there a Eclipse MouseFeed plugin equivalent for IntelliJ IDEA?

I've found Key promoter plugin for InteliJ but it was not updated since 2007 so I am afraid that this plugin can be incompatible with current IntelliJ editions.

Upvotes: 5

Views: 583

Answers (2)

Lars Briem
Lars Briem

Reputation: 141

There is a new rewritten version of the original Key Promoter plugin called Key Promoter X. It can be installed directly from within IntelliJ.

https://plugins.jetbrains.com/plugin/9792-key-promoter-x

https://github.com/halirutan/IntelliJ-Key-Promoter-X

Upvotes: 3

Cyäegha
Cyäegha

Reputation: 4251

There is a fork of Key promoter available, which is apparently being actively developped. The readme file mentions compatibility with Intellij 2016.2, as well as a few additional functionalities. You have to download and install it manually, since it's not (yet?) available from Jetbrains's repository.

By the way, the original Key promoter was actually last updated in 2012 - but for some reason, it appears as a different plugin in Jetbrains's repository after version 1.0.8.

Upvotes: 2

Related Questions