简体   繁体   English

用于Visual Studio开发人员的Eclipse顶级插件

[英]Eclipse Top Plugins to get for a Visual Studio Developer

I live in Visual Studio with Resharper. 我住在带有Resharper的Visual Studio中。

What free plug ins should I get for Eclipse to get me to the same level as I am used to in VS with Resharper. 对于Eclipse,我应该获得什么免费插件才能使我达到与Resharper在VS中所熟悉的水平。

I have found Eclipse to have many of the Resharper features built in, but don't want to be missing great productivity tools. 我发现Eclipse内置了许多Resharper功能,但不想失去出色的生产力工具。

Eclipse indeed already ships with decent builtin refactoring and static code analysis capabilities. Eclipse确实已经提供了不错的内置重构和静态代码分析功能。 However, there are several plugins available which improves static code analysis, the popular ones being FindBugs and PMD . 但是,有几个可用的插件可以改善静态代码分析,最受欢迎的插件是FindBugsPMD They will report about potential programming bugs. 他们将报告潜在的编程错误。 Further there's also a static code style checker plugin CheckStyle which will report about potential programming style flaws which may not necessarily lead to runtime errors, but rather to maintainability problems. 此外,还有一个静态代码样式检查器插件CheckStyle ,它将报告潜在的编程样式缺陷,这些缺陷不一定会导致运行时错误,而会导致可维护性问题。

Related questions: 相关问题:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM