zoukankan      html  css  js  c++  java
  • eclipse代码自动补全[转]

    一、每次输入都自动提示

    设置Window->preferences->Java->Editor->Content Assist

     再右下角Auto activation triggers for Java里面改为

     abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ({[

     这样每次输入上面字母都会自动提示了

    你还可以修改下Auto activation delay,修改一下提示的延迟。

     二、用alt+/手动控制自动提示(推荐)
     Window->preferences->General->Keys 找到Content Assist
    首先Remove Binding(移除绑定),然后再Binding(按下Alt+/)
    When中选Editing Text就可以,OK
    现在在写代码的时候按下Alt+/就会有自动提示了。

  • 相关阅读:
    python
    突然萌发关于 redis 的想法(1)
    Liunx
    Git
    说一下数据库查询 和 分页问题的解决
    易忘点
    python
    python
    python
    python
  • 原文地址:https://www.cnblogs.com/shineqiujuan/p/5178335.html
Copyright © 2011-2022 走看看