欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

eclipse迁移配置、插件(导出/导入快捷键、代码风格等等)

程序员文章站 2022-03-24 19:05:39
...

 

有的时候需要从一个eclipse导出它的所有配置,比如:定义好的快捷键、代码风格,可以使用eclipse提供的工具。

步骤如下:

写道
File->Export...->General->Preferences, then choose to "Export all" your preferences or just the "Keys Preferences"; make sure to point out the file where you want your preferences to be saved, and finally click "Finish".

File->Import...->General->Preferences, then point the preference file you created when exporting your preferences; choose to "Import all" or specific preferences, and finally click on "Finish".

 

就是在eclipse的“File”的菜单里面选择“Export...”的选项,在这里面找到需要导出的东西。

1、快捷键等在“General->Preferences”里面。

2、已安装的插件等在“Install->Installed Software Items to FIle”里面。

3、java程序的运行配置在“Run/Debug->Launch Configures”里面。

 

其他的好多内容都可以导出。同样的在“File”菜单里面可以选择“import”导入。