Eclipse怎么在线安装PropertiesEditor插件?
程序员文章站
2022-03-09 16:49:31
Eclipse怎么在线安装PropertiesEditor插件?...
在使用eclipse ide开发过程中,有时候需要编辑properties文件,会发现中文无法正常显示查看,显示成“\uxxxx”的字样,这时候可以通过安装propertieseditor这款插件来解决相应问题,下面我们就来看看详细的教程。
1、点击eclipse菜单help > eclipse marketplace...
2、在search标签页中,输入“properties”关键字进行匹配查找,会发现有一款叫“properties editor”的插件,点击“install”按钮进行安装。
注意:由于对应eclipse已经安装过了,所以显示成“installed”。
3、勾选上相关选项,点击“confirm”
4、选中“i accept...”,点击“finish”
5、如果提示警告信息,可点击“ok”跳过,继续安装
6、按照对话框提示,点击“yes”重启eclipse
7、配置“*.properties”文件默认使用刚刚安装的插件propertieseditor进行关联打开。点击eclipse菜单window > preferences > general > editors > file associations,在“file associations”页面,配置文件类型为“*.properties”的文件的关联编辑器为propertieseditor
8、打开待编辑的properties文件进行查看,properties文件中,中文显示成“\uxxxx”字样的问题解决了
以上就是eclipse在线安装propertieseditor插件的方法,希望大家喜欢,请继续关注。