File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 5
5
<!-- Plugin description -->
6
6
This plugin _ (quite decently)_ implements inlay parameter hints for ** Python** .
7
7
8
- ## Supported expressions
8
+ ## Installation
9
+
10
+ - Using IDE built-in plugin system:
11
+
12
+ <kbd >Settings/Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > >
13
+ <kbd >Search for "Python Inlay Params"</kbd > > <kbd >Install Plugin</kbd >
14
+
15
+ - Manually:
16
+
17
+ Download the [ latest release] ( https://github.com/WhiteMemory99/intellij-python-inlay-params/releases/latest ) and
18
+ install it manually using
19
+ <kbd >Settings/Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >⚙️</kbd > > <kbd >Install plugin from disk...</kbd >
20
+
21
+ ## Supported expressions
9
22
10
23
Pretty much any expression is supported:
24
+
11
25
* dataclass and class instantiation
12
26
* lambdas
13
27
* decorators
14
28
* function calls
15
- * etc.
29
+ * etc.
30
+
16
31
<!-- Plugin description end -->
17
32
18
33
** Look at the examples below to see how it works.**
@@ -21,7 +36,7 @@ Pretty much any expression is supported:
21
36
22
37
The plugin can be disabled anytime in IDE settings:
23
38
24
- #### Settings -> Editor -> Inlay Hints -> Parameter names -> Python
39
+ < kbd > Settings</ kbd > -> < kbd > Editor</ kbd > -> < kbd > Inlay Hints</ kbd > -> < kbd > Parameter names</ kbd > -> < kbd > Python</ kbd >
25
40
26
41
## Demo Screenshots
27
42
You can’t perform that action at this time.
0 commit comments