intellij-haskforce
intellij-haskforce copied to clipboard
Automated continuation indent support
It would be nice to have the IDE guess where to put continuation indents, based upon code context, when entering a new line, instead of requiring manually tabbing or spacing to the proper column.
+1
I absolutely agree. If anyone is interested in implementing this, we'd need a couple of things -
- A subclass of
SmartEnterProcessor
, here's an example from the Erlang plugin. - Test cases to verify that they work as advertised, another example from the Erlang plugin.