功能参数使用PyDev提示Eclipse [英] Function parameters hint Eclipse with PyDev

查看:208
本文介绍了功能参数使用PyDev提示Eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看起来像新手的问题,但是我找不到答案。我可以通过按Ctrl + Shift + Space在Visual Studio中看到功能参数提示,当光标在函数调用中时,如下所示:

  someObj.doSomething(Test,hello,wold,4 |)

其中|是我的光标位置。当我开始输入函数名称时,Ctrl + Spase向我显示信息,但是我想随时查看函数的参数列表。我正在使用最新的可用Eclipse和PyDev

解决方案

尝试 CTRL + space 之后, c $,而不是在参数后面。

函数参数显示在'$ code
或之后的'+ CTRL + space >

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 function call like this:

someObj.doSomething("Test", "hello, wold", 4|)

where | is my cursor position. Ctrl+Spase shows me that information when I start typing function name, but I want to see function's parameters list at any time I want. I'm using latest available Eclipse and PyDev

解决方案

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

这篇关于功能参数使用PyDev提示Eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆