Boostrapping new Eclipse machines with all the Plugins(使用所有插件来提升新的 Eclipse 机器)
问题描述
在新机器上引导 Eclipse 是一个非常耗时的过程,您最终会问自己是否真的需要每个插件.但总有得心应手,并有助于养成一致的习惯.
Bootstrapping Eclipse on new machines is such a time consuming process, you wind up asking yourself whether you really need each plugin. But there all handy, and help develop consistent habits.
Eclipse 引导问题包括:
Eclipse bootstrapping problems include:
- 解释/记录需要发生的事情
- 粘贴正确网址和下载的实际时间
- 版本兼容性和依赖关系
- Eclipse 喜欢在每一个之后重新启动
- 改用 Eclipse Marketplace 意味着您在网络上找到的一些插件和说明往往不一致,具体取决于它们的编写时间.
- 许可证......一遍又一遍......是的,是的,是的......我知道安装人员需要了解它,并有机会查看它们,但必须有更好的方法.
如果有补丁文件"(二进制文件或元文件)来说明我想在现有的 Eclipse 安装之上添加的内容,那就太好了.我真的很想找到(或创建)设置 Eclipse 的 1 或 2 步过程,以及最喜欢的一批插件:
It'd be nice to have "patch file" (either binary or meta) that spells out what I want to add on top of stock Eclipse installation. I'd really like to find (or create) a 1 or 2 step process that sets up Eclipse, plus a favorite batch of plugins:
- 子剪辑
- m2eclipse
- 像 runjettyrun 这样的码头支持
- android sdk 和插件(或至少只是插件)
- 方面
- Web 对象/WOLiops
- python,其他语言
- JVM 监视器,也许是 EclEmma
- 很快就会有一个 git 插件.
命令行 maven 对这些有帮助吗?它的存储库管理似乎至少适合部分功能.
Does command line maven help with any of this? It seems like its repository management would fit at least part of the functionality.
推荐答案
解决方案 1 过于搜索更高级的 Eclipse 发行版.比如STS(Spring Tool Suite)自带
Solution 1 is too search for more advanced Eclipse distributions. For example, STS (Spring Tool Suite) comes with
- 方面J
- EGit
- m2e
- (当然还有)Spring IDE
这篇关于使用所有插件来提升新的 Eclipse 机器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用所有插件来提升新的 Eclipse 机器
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
