开发者_C百科
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionCan someone provide me a list of the best Eclipse Plugins available?
The place to go is Eclipse Plugins where you can find all available plugins. You'll also find a handy search function here.
If you want to know which plugins are most popular, turn your browser to Top 10 Most Popular Eclipse Plugins or Eclipse Marketplace.
Best of luck
Some of my favorites of all time:
- Mylyn (task-oriented programming)
- TPTP (profiling)
- EclEmma (coverage)
- CodePro Analytix (auditing, test generation, coverage)
- FindBugs (static analysis)
- Jadclipse (decompiler, requires JAD)
- Eclipse Color Theme (text editor highlighting)
- lombok (boilerplate buster, not a real plugin, more of a VM agent)
精彩评论