Using VS Code java formatter in IntelliJ - Stack Overflow

admin2025-04-18  3

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?

转载请注明原文地址:http://anycun.com/QandA/1744917673a89458.html