eclipse编辑ftl,想要有标签提示好像没插件,
不过你可以下载freemarker插件,
之后就可以有校验功能,可以验证ftl标签格式是否正确,
也可以高亮显示
仅此而已。
设置一下就可以了window->preferences->general->editors->file associationsfile types 里面选择你需要配置的文件后缀名选择*.html, 然后在下面associated editors中选择html editor 点击右边default按钮,设置为默认*.xml也是一样,设置为xml editor为默认步骤如下:
1、选中当前工程,右键单击properties,d出properties界面
2、然后选择MyEclipse—>validation—>Excluded Resource下找到不需要验证的文件或者文件夹
3、在不需要验证的文件或者文件夹前打勾,然后点击 "OK"按钮保存。我的js,jsp,html在webroot下。
4、解决Cannot return from outside a function or method报的错。法一:在MyEclipse菜单栏window --->preferences --->myeclipse --->validation --->javascript validator for Js files 把Bulid 复选框的勾去掉,就可以了。
5、在所建立的工程项目上右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√号,js的错误就没了!
扩展资料
eclipse快捷方式
<!--[if !supportLists]-->0. Ctrl + 1 (快速修复)
<!--[if !supportLists]-->1. Ctrl + D (删除当前行)
<!--[if !supportLists]-->2. Ctrl + Alt + ↓(复制当前行到下一行)
<!--[if !supportLists]-->3. Alt + / 或者说是 Ctrl + 空格(由于后者与输入法的快捷键冲突,所以,我一般都用前者) 作用:快速插入。
<!--[if !supportLists]-->4. Alt+Shift+R 重命名非常好用。
<!--[if !supportLists]-->5. Ctrl + Q 定位到最后编辑的地方。
<!--[if !supportLists]-->6. Ctrl + Shift + O 自动导入包。
<!--[if !supportLists]-->7. Ctrl+/ 注释当前行,再按则取消注释。
<!--[if !supportLists]-->8. Ctrl+K快速查找。
<!--[if !supportLists]-->9. Ctrl + Shift + F 自动缩进。
参考资料来源:百度百科:eclipse
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)