Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 654 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 654 Bytes

Proselint for IntelliJ-based IDEs

Get it from plugin repository: https://plugins.jetbrains.com/plugin/9854-proselint

Plugin integrates Proselint in the IDE.

Development

The plugin is built using Gradle and uses gradle-intellij-plugin to integrate with IntelliJ Platform.

To build a plugin run

$ ./gradlew buildPlugin

Plugin zip file will be created in build/distributions

To test plugin in IDE run ./gradlew runIdea

Contribution

Plugin is written in Kotlin.