在Eclipse中自动打开完成窗口 [英] Automatically opening completion window in Eclipse

查看:167
本文介绍了在Eclipse中自动打开完成窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我新的Eclipse和我想知道是否有可能有完成窗口打开时自动I型(Visual Studio的风格),而不是通过点击<大骨节病>控制 + <大骨节病>空格< /骨节病>?

I am new to Eclipse and I want to know if it's possible to have the completion window open up automatically while I type (Visual Studio style) and not by clicking Ctrl + Space?

推荐答案

这是可能的。你可以简单的写: .abcdefghijklmnopqrstuvwxyz 自动激活触发器的Java 字段,在 preferences > 的Java > 编辑> 内容辅助

It is possible. You can simply write: .abcdefghijklmnopqrstuvwxyz in Auto activation triggers for Java field, under Preferences > Java > Editor > Content Assist.

在编写Java code,点之后。窗口会自动的时间量后打开(默认为200毫秒)。

While writing Java code, after the dot . the window opens automatically after a configurable amount of time (default is 200 ms.)

在一般情况下,你所能做的就是添加一个自动激活触发器,例如 _ ,所以当你想要的窗口弹出,你输入和删除字符(我虽然不认为这比 CTRL + SPACE )。

In general, what you can do is add an auto activation trigger, for example _, so when you want the windows to popup, you type and delete that character (althought I don't think that's better than CTRL + SPACE).

这篇关于在Eclipse中自动打开完成窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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