Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.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开普勒内容辅助定制_Eclipse - Fatal编程技术网

Eclipse开普勒内容辅助定制

Eclipse开普勒内容辅助定制,eclipse,Eclipse,是否可以自定义搜索方法和字段的方式,例如: JFileChooser j = new JFileChooser(); j. //I begin to type here and then it lists all the different methods and fields 比如说,我开始输入对话,内容辅助将显示DIALOG\u TITLE\u CHANGED\u属性,但不会显示ShowOpenDialog是否有办法自定义内容辅助,使其能够更自由地搜索单词的中间和结尾,而不仅仅是开头?在e

是否可以自定义搜索方法和字段的方式,例如:

JFileChooser j = new JFileChooser();
j. //I begin to type here and then it lists all the different methods and fields

比如说,我开始输入对话,内容辅助将显示
DIALOG\u TITLE\u CHANGED\u属性
,但不会显示
ShowOpenDialog
是否有办法自定义内容辅助,使其能够更自由地搜索单词的中间和结尾,而不仅仅是开头?

在eclipse错误跟踪器中有一个针对即:


有人提到插件中包含了此功能。

安装该插件时需要修改一些设置,但它似乎完全符合我的要求。谢谢对于包含大量方法和字段的类非常有用。