我开始使用Aptana3进行Web开发,当在html文件中使用javascript时,我得到的建议比在.js文件中工作时少。 我拍了这张截图:
HTML文件
https://www.dropbox.com/s/31fn0samrk8cbbf/html.jpeg
javascript文件
https://www.dropbox.com/s/ej135t5k9v3w3j9/jscript.jpeg
所以基本上在html中我得到的javascript建议很差。
我该怎么办?
答案 0 :(得分:2)
尝试将.html文件的默认编辑器更改为Aptana JS Editor。
转到Preferences > General > Editors -> File Associations
然后从顶部列表中选择* .html,在底部列表中选择Aptana JS Editor,然后按“默认”按钮。
答案 1 :(得分:2)
我认为这与JFlex(Aptana使用的扫描仪生成器)有关,它将跳过< script>在HTML中。当我添加新的词法规则JFlex以包含< script type =“application / javascript”>时,Aptana Studio 3将在HTML中显示JavaScript内容辅助。 https://github.com/JockiHendry/aptanastudio-contentassist-patch