https://github.com/kropp/intellij-proselint
IntelliJ plugin for Proselint
https://github.com/kropp/intellij-proselint
intellij intellij-plugin plugin proselint
Last synced: 9 months ago
JSON representation
IntelliJ plugin for Proselint
- Host: GitHub
- URL: https://github.com/kropp/intellij-proselint
- Owner: kropp
- License: mit
- Created: 2017-07-16T20:35:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T22:10:39.000Z (over 8 years ago)
- Last Synced: 2025-03-11T20:36:45.140Z (about 1 year ago)
- Topics: intellij, intellij-plugin, plugin, proselint
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/9854-proselint
- Size: 58.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Proselint for IntelliJ-based IDEs
========================================
Get it from plugin repository: https://plugins.jetbrains.com/plugin/9854-proselint
Plugin integrates [Proselint](https://github.com/amperser/proselint) in the IDE.
### Development
The plugin is built using Gradle and uses [gradle-intellij-plugin](https://github.com/JetBrains/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](http://kotlinlang.org/).