document. Alt+"/"就报错
就出现这个问题:"Content Assist" did not complete normally. Please see the log for more information.
String index out of range: 0
求解决方法!
[解决办法]
应该是你输入的代码不能用 document.后面帮助建不能用吧 jsp按空格就出来了
[解决办法]
让你看log嘛,去看看呗,是什么问题,重新设施一下快捷键
[解决办法]
是javascript里的document吧,我也遇到过,不过没有深究过,毕竟js是弱类型的,想让IDE知道你想.出什么东西来,不容易,但确实像document或window这种内置对象,有时能出来,不知道是不是IDE版本问题还是设置问题。
我的解决办法就是:快速写过去,不等它提示,呵呵。