I have a problem where I’m writing some in-perfect...
# intellij-plugins
t
I have a problem where I’m writing some in-perfect code using the Editor but the indentation is all off. Is there a way to run formatting on the current Document?
I ended up using
CodeStyleManager#reformatText(reformatText, startOffset, endOffset)