Skip to content

A PyCharm plugin for generating the personalized hints

License

Notifications You must be signed in to change notification settings

nbirillo/coding-assistant

Repository files navigation

Coding-assistant

A PyCharm plugin for generating the personalized hints

Installation

Just clone the repo by git clone https://github.com/nbirillo/coding-assistant.git and run ./gradlew build shadowJar to build a .zip distribution of the plugin. The .zip is located in build/distributions/coding-assistant-1.0-SNAPSHOT.zip. Then install the plugin from disk into an IntelliJ-based IDE of your choice (see this guide for example).

Getting started

To run the plugin run runIde Gradle task provided by gradle-intellij-plugin.

To add git hook for auto-formatting the project according to the code style guide before each commit run ./gradlew addKtlintFormatGitPreCommitHook. As the result, the .git folder will contain the necessary hook.

About

A PyCharm plugin for generating the personalized hints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages