AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim
https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/
GNU General Public License v3.0
349 stars 8 forks source link

Include Manual Installation Instructions in Readme #3

Closed johngkhs closed 5 years ago

johngkhs commented 5 years ago

Hi,

Would you be able to include the steps required to build the plugin from scratch from the command line? I tried ./gradlew buildPlugin, but I am missing the dependencies and I'm not familiar with the build process. The error is "Cannot use project ':acejump' as a plugin dependency. IntelliJ Plugin is not found."

Thanks.

AlexPl292 commented 5 years ago

Hi! The plugin has currently "in progress" state as mentioned in the description above. If you really like to test it, you need do clone IdeaVim and this pull request of AceJump into the IdeaVim-EasyMotion folder, fix all the shown gradle warnings (it mostly consist of removing library versions and highlighted script blocks) and call ./gradlew buildPlugin.