PY-58497 Add a custom bottom component for Python Parameter Info window.

Make it possible to expand/collapse overloads by clicking the action link in the bottom component or calling Parameter Info window on the same place for the second time.

GitOrigin-RevId: a65de4124b4530dd9cc5f16b0a709e3a6489071c
This commit is contained in:
Daniil Kalinin
2024-06-06 15:27:48 +02:00
committed by intellij-monorepo-bot
parent b3280cb196
commit 35aa2b43b4
3 changed files with 164 additions and 11 deletions

View File

@@ -1510,3 +1510,7 @@ live.template.itere.description=Iterate (for ... in enumerate)
live.template.iter.description=Iterate (for ... in ...)
live.template.main.description=if __name__ == '__main__'
live.template.super.description='super(...)' call
# Parameter info
param.info.show.less=Show less
param.info.show.more.n.overloads=Show {0} more {1, choice, 0#overloads|1#overload}