zoukankan      html  css  js  c++  java
  • eclipse代码提示优化

    用Eclipse编写Android程序的代码提示功能主要是在java和xml文件中,有时候会失效,默认的提示功能有限。

    1)java文件自动提示
         Window->Preferences->Java->Editor->Content Assist->Auto Activation
          将Auto activation triggers for Java中的默认的一点替换为.abcdefghijklmnopqrstuvwxyz(,
    将时间调的越短越好
    2)xml文件自动提示
         Window->Preferences->XML->XML Files->Editor->Content Assist->Auto Activation
         将Prompt when these characters are inserted中的<=:替换为<=:.abcdefghijklmnopqrstuvwxyz(,
    将时间调的越短越好
        若以上设置都不管用或者java中点号后没有提示,则可重新建立个Workspace试试。

    转载自:http://blog.csdn.net/xinzheng_wang/article/details/7844428

  • 相关阅读:
    Game Engine Architecture 3
    Game Engine Architecture 2
    补码
    工厂模式
    Game Engine Architecture 1
    YDWE Keynote
    3D Math Keynote 4
    3D Math Keynote 3
    3D Math Keynote 2
    OGRE中Any 类型的实现
  • 原文地址:https://www.cnblogs.com/androidsuperman/p/3474710.html
Copyright © 2011-2022 走看看