I’ve used Emacs for a while with Purescript, but I’d like to switch to a more modern IDE. I’m trying VS Code, for instance. What I’m missing from the VS Code Purescript extension is code formatting. Is it available? Is it available for any other IDEs or editors?
What I mean is auto-formatting indentation of a region, or auto-indenting a line after hitting Enter on the previous line. I like how Emacs defines Tab to be auto-indent no matter where in the line your cursor is.