Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring 工具套件 v3.3.0 会在每个键入的字符后自动执行 ctrl+space 操作。它提供了编码速度。是否可以配置 Eclipse Juno Service Release 2 来做同样的事情?
在 Eclipse 首选项中,转到 Java > Editor > Content Assist。在 Auto Activation 组中,在 Auto Activation triggers for Java 中添加点后的所有字母和空格。
您还可以减少激活延迟。例如,我已将我的设置为 50 毫秒。
我认为它应该给你你所期望的大部分。请注意,我从未使用过 STS。