Request - code formatting

I find myself spending quite some time reformatting/tabbing my code. I would love to have a (re)format code button, which applies the proper tabbing to my code. It could work on blocks of code as well as on entire class files.

How do you feel about this feature request? :slight_smile:

I like it. I will keep it in mind - it’s a complex feature because it requires building a full AST of your code. We want to do that anyway in the future so maybe a formatting feature could come out of that.

@Simeon thanks for your reply. I’m curious what other features you’re planning for the fill AST

As for the formatting: For now it woud already help a lot when after typing ‘end’ the code would indent back.