Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubreuia/python-inlay-hints-plugin
Show inferred Python types as Inlay Hints using folds
https://github.com/dubreuia/python-inlay-hints-plugin
intellij intellij-plugin pycharm
Last synced: 9 days ago
JSON representation
Show inferred Python types as Inlay Hints using folds
- Host: GitHub
- URL: https://github.com/dubreuia/python-inlay-hints-plugin
- Owner: dubreuia
- License: mit
- Created: 2021-12-05T16:47:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T10:41:24.000Z (about 1 month ago)
- Last Synced: 2024-10-10T18:50:48.108Z (26 days ago)
- Topics: intellij, intellij-plugin, pycharm
- Language: Kotlin
- Homepage:
- Size: 1.99 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Inlay Hints Plugin
![Build](https://github.com/dubreuia/python-inlay-hints-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/18174-python-inlay-hints.svg)](https://plugins.jetbrains.com/plugin/18174-python-inlay-hints)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18174-python-inlay-hints.svg)](https://plugins.jetbrains.com/plugin/18174-python-inlay-hints)## Description
Show inferred Python types as Inlay Hints using folds (while we wait for [Displaying inlay hints for inferred types](https://youtrack.jetbrains.com/issue/PY-45743)).
## Features
- Shows inferred type for any variable
- Works on nested generic collection types## Usage
Showing and hiding types is done using the default folding commands:
- **Show all the types**
- "Collapse All" (ctrl/cmd + shift + -)
- "Uncollapse All" (ctrl/cmd + shift + +)
- **Hide all the types**
- "Uncollapse All" (ctrl/cmd + shift + +)## Example
| Python Inlay Hints in folds | Python Inlay Hints Demo |
|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
| | |