Automation of code formatting for consistency #858
Labels
enhancement
New feature or request
subject: UI
This issue is about UI features, such as content assist, auto-completion, etc
The Rosetta IDE contains a ‘format code’ function, but since ‘beautifying’ the code is not mandatory, different contributions to one document can end up looking inconsistent- making it hard to read/review.
The goal is to create a standard formatting, which is going to be applied automatically after every contribution is submitted. This way, complex code is easier to read/review.
High level strategy:
CodeFormatterService
) which accepts a collection of resources (i.e.Resource
) and returns a collection of formatted resourcesThe text was updated successfully, but these errors were encountered: