Simon Gamma
Simon Gamma
+1 I'd love to see that too!
For future reference, that would be [this implementation](https://github.com/dbeaver/dbeaver/blob/devel/plugins/org.jkiss.dbeaver.model.sql/src/org/jkiss/dbeaver/model/sql/format/tokenized/SQLFormatterCompact.java) in DBeaver
I've created a js fiddle demonstrating the behavior: https://jsfiddle.net/simschla/boucgomg/11/
@lukaseder As you can see, the size and extent of our database contradicts the original assumption in #15553: > ~The cache probably doesn't speed up things drastically, so it's not...
Hi @halexiev-hedgeserv I've tried to reproduce your issue on our current main branch [here](https://github.com/simschla/spotless/commit/c35888a27e095661162572e288a6b67e0a53ddd9) That code runs correctly. Am I missing something? Do you still encounter the issue with the...
I've tried to fix it (without being able to actually reproduce it) here: #2096
> I'd also considered adding IDEA step into Kotlin extension. > > Or we could make it in the next PR. I'd even consider adding this formatter to the generic...
That seems to be a (very old!) [bug in IntelliJ](https://youtrack.jetbrains.com/issue/IDEA-160462/Command-Line-Formatter-does-not-run-when-IDE-is-running) :( The listed workaround link no longer exists, but can be found on the [web archive](https://web.archive.org/web/20220705045837/https://confluence.jetbrains.com/display/IDEADEV/Command-Line+Source+Code+Formatter) Maybe this helps?
I'm confused: is this PR closed because the feature will not be added or is it not possible?