Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Eclipse for Python中添加新建议_Python_Eclipse_Eclipse Plugin - Fatal编程技术网

在Eclipse for Python中添加新建议

在Eclipse for Python中添加新建议,python,eclipse,eclipse-plugin,Python,Eclipse,Eclipse Plugin,我在Eclipse中看到了这些建议,还可以设置应该在Eclipse中使用的建议。 但是我如何为PyDev插件的现有API(Python API)添加新的建议呢 因此,当Python API中存在方法/函数getUser(…)时,我希望它出现在建议/添加所有方法、类中。。。随着新提案的出台 例如,我想为jQuery及其方法添加建议函数到Eclipse中,比如.load(…),但现在只针对Python API/框架 有什么例子吗 查看解释器配置中的“预定义完成”(有以下说明:)

我在Eclipse中看到了这些建议,还可以设置应该在Eclipse中使用的建议。 但是我如何为PyDev插件的现有API(Python API)添加新的建议呢

因此,当Python API中存在方法/函数
getUser(…)
时,我希望它出现在建议/添加所有方法、类中。。。随着新提案的出台

例如,我想为jQuery及其方法添加建议函数到Eclipse中,比如
.load(…)
,但现在只针对Python API/框架

有什么例子吗

查看解释器配置中的“预定义完成”(有以下说明:)