近日在写js,在myeclipse中没有jquery代码的提示着实不方便,在网上使用度娘搜索添加提示方式,试了多种,现经测试以下方式可取。
1.打开help菜单下的install from site... ,如图
2.在弹出的对话框中点击add按钮,添加name(aptana)及location(
) 信息
3.去掉group items by category的勾选,然后点击select all,下一步安装
4.安装完成后,选择Commons/Bundle Development/Install Bundle 打开对话框选择jquery,点击OK
5.在所需要编辑的js文件上右击,选择打开方式为“JavaScript Source Editor"
最后看下效果吧: