5
t0ny00
6y

Man I seriously hate my Eclipse, started ok out of the box, but holy fuck It's become slow. Want to place a breakpoint in your big ass project that is not even running? Got your back, just give me 10 seconds, what? you renamed a local variable? let me just check the full project and rebuild the workspace again.

I would switch but since we are using Jboss and any modern IDE requires the premium version to support Jboss and management wont pay the license I'am stuck.

Comments
  • 1
    Are there no plugins to vscode that could work?
  • 0
    @Voxera nope, tried yesterday to see if I could use VS Code or ItelliJ comunity. VS Code has new support for maven which is what we use but no jboss support, that means that local deployment must be done manually (and the project has at least ten modules to deploy from different folders) and hot swapping code during debugging would be a nightmare, same with IntelliJ, no jboss support if you don't pay
  • 0
    @t0ny00 I think if you uncheck Project -> Build Automatically, it should not do this.
Add Comment