Run JUnit tests in Eclipse projects — all tests, by package, by class, or individual test methods. Also build Maven projects.
gradusnikov/eclipse-chatgpt-plugin
SkillsMP has collected 5 skills from gradusnikov/eclipse-chatgpt-plugin. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 166
- GitHub forks
- 79
Skills in this repository
Showing 5 of 5 collected skills.
Edit files in Eclipse projects using MCP tools. Use this when modifying code in Eclipse workspace projects — it keeps Eclipse editors in sync, triggers incremental compilation, and provides undo via local history.
Analyze Java code using Eclipse JDT tools — type hierarchy, find references, call hierarchy, compilation errors, quick fixes, and import suggestions. Use this to understand code structure before making changes.
Debug Java applications in Eclipse — set breakpoints, launch in debug mode, step through code, inspect stack traces, evaluate expressions, and hot-swap code changes.
Launch and stop Java applications in Eclipse. Run with program/VM arguments, capture stdout/stderr, or launch in background.