Skip to content

divaltor/Intellij-Python-Inlay-Params

 
 

Repository files navigation

Python Inlay Params

Build Downloads License: MIT

Quick Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace >
    Search for "Python Inlay Params" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Description

This plugin (quite decently) implements inlay parameter hints for Python.

Supported expressions

Pretty much any expression is supported:

  • dataclass and class instantiation
  • lambdas
  • decorators
  • function and method calls
  • etc.

Look at the examples below to see how it works.

Settings

The plugin can be disabled entirely in the IDE settings:

Settings -> Editor -> Inlay Hints -> Parameter names -> Python

There are also more detailed settings in the same section that let you control the behavior of the plugin.

Demo Screenshot

About

A PyCharm plugin that implements inlay parameter hints for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.3%
  • Python 0.7%