1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-29 10:34:10 +02:00

Add link to gitter chat

This commit is contained in:
Alex Plate 2020-04-24 00:09:46 +03:00
parent e44418d410
commit 64b49e37d7
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -46,6 +46,8 @@ You can start by:
in the issue tracker. in the issue tracker.
- Read about the `@VimBehaviorDiffers` annotation and fix the corresponding functionality. - Read about the `@VimBehaviorDiffers` annotation and fix the corresponding functionality.
Also join the brand new [![Join the chat at https://gitter.im/JetBrains/ideavim](https://badges.gitter.im/JetBrains/ideavim.svg)](https://gitter.im/JetBrains/ideavim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) for IdeaVim developers!
### Development Environment ### Development Environment
@ -54,11 +56,10 @@ in the issue tracker.
2. Import the project from the existing sources in IntelliJ IDEA 2018.1 or newer (Community or 2. Import the project from the existing sources in IntelliJ IDEA 2018.1 or newer (Community or
Ultimate), by selecting "File | New | Project from Existing Sources..." or selecting "Import Ultimate), by selecting "File | New | Project from Existing Sources..." or selecting "Import
Project" from the Welcome screen. Project" from the Welcome screen.
* In the project wizard, select "Import project from external model | Gradle".
* In the project wizard, select "Import project from external model | Gradle".
* Select your Java 8+ JDK as the Gradle JVM; leave other parameters unchanged.
* Select your Java 8+ JDK as the Gradle JVM; leave other parameters unchanged.
3. Run your IdeaVim plugin within IntelliJ via a Gradle task: 3. Run your IdeaVim plugin within IntelliJ via a Gradle task:
* Select the "View | Tool Windows | Gradle" tool window. * Select the "View | Tool Windows | Gradle" tool window.
@ -78,7 +79,7 @@ in the issue tracker.
* You can install this file by selecting "Settings | Plugins | Install plugin * You can install this file by selecting "Settings | Plugins | Install plugin
from disk...". from disk...".
### Testing ### Testing
1. Read about the `@VimBehaviorDiffers` annotation. 1. Read about the `@VimBehaviorDiffers` annotation.