I'm using checkstyle in my springboot project, VS code formatter that I think came from redhat is able to automatically format the import order, and code length so it doesn't violate checkstyle rules.
Thing is, I hated debugging in VSCode and prefer Intellij for debugging and other stuff.
Is there anyway I could use VSCode formatter in Intellij?