An open API service indexing awesome lists of open source software.

https://github.com/zuevmaxim/pythontypeannotationplugin


https://github.com/zuevmaxim/pythontypeannotationplugin

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# PythonTypeAnnotationPlugin

This plugin suggests adding `: int` annotation when `Alt+Enter` is pressed.

## Run

1. clone this project
2. run `./gradlew runIde`
3. when PyCharm started try to press `Alt + Enter` in any file near parameter or local variable assignment without annotation

Tested only with JDK8.

![Demo](demo.gif "Demo")