https://github.com/zuevmaxim/pythontypeannotationplugin
https://github.com/zuevmaxim/pythontypeannotationplugin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zuevmaxim/pythontypeannotationplugin
- Owner: zuevmaxim
- Created: 2020-09-16T14:19:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T14:02:45.000Z (over 5 years ago)
- Last Synced: 2025-03-11T05:48:08.711Z (10 months ago)
- Language: Kotlin
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
