Function parameters hint Eclipse with PyDev

后端 未结 2 1497
傲寒
傲寒 2021-02-09 17:08

Seems like newbie\'s question, but I just can\'t find the answer. Can I somehow see function parameters hint like in Visual Studio by pressing Ctrl+Shift+Space when cursor is in

相关标签:
2条回答
  • 2021-02-09 17:45

    Parameters will show up just after a '(', which is how I re-displayed mine for ages. I recently discovered that 'CTRL + Shift + Space' will show the parameters anywhere in a function call. Saved me some valuable seconds.

    0 讨论(0)
  • 2021-02-09 17:50

    Try "CTRL+space" after a ',', not after a parameter.
    The function parameters are displayed just after the '(' or after a ',' + "CTRL+space".

    0 讨论(0)
提交回复
热议问题