有关eclipse中alt/无法使用的问题

用eclipse编写android时,在.xml文件中无法使alt/,没有提示,刚开始还能用,把eclipse关了在打开就不能用了,这该怎么办,?

有几个,你试一试 1、菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾。2、windows-->preference-->workbench-->keys 下设置Content Assist 的快捷键 3、window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勾就可以了。

http://jingyan.baidu.com/article/d5a880eb733d5913f147cc1d.html自己看吧

看你xml文件中有没有报错的地方,如果有,先把报错的代码修复下,然后再尝试下

windows-->preference-->workbench-->keys ,设置一下快捷键,或者直接重置,试试。