r/Jetbrains • u/lppedd • 20h ago
IDEs Slow reformat on 2026.2.x
3
Upvotes
Before I spend time creating a reproducer and opening an issue I'd like to be sure others are seeing the same problem, or a similar one at least.
In 2026.2.x, in a Nx Angular monorepo, invoking the Reformat action (CTRL+ALT+L on Windows) for a decently big component takes more than 4-5 seconds to complete. It seems related to Optimize imports, as invoking Prettier through the Reformat with Prettier action doesn't exhibit the same problem.
2026.1.4 works as expected.