Suggestion: Improve Indentation and Docstring Visibility
1. Indentation Level
Please set the default indentation level to 4 spaces.
Using 2 spaces is not ideal when working on larger projects, especially when the code grows to 200–300 lines or more.
Most programming environments and style guides recommend 4 spaces because it improves:
- Readability
- Code structure clarity
- Consistency across projects
2. Docstring Highlighting
In most IDEs, docstrings are displayed with a bright and unique color so they are easy to identify and read quickly.
Currently, this does not seem to be the case in PyTogether.
It would be helpful if:
- Docstrings had a distinct and brighter color
- The syntax highlighting was improved for better readability
- The dark theme colors were adjusted so the code text stands out clearly
Thank you for considering these improvements.
Suggestion: Improve Indentation and Docstring Visibility
1. Indentation Level
Please set the default indentation level to 4 spaces.
Using 2 spaces is not ideal when working on larger projects, especially when the code grows to 200–300 lines or more.
Most programming environments and style guides recommend 4 spaces because it improves:
2. Docstring Highlighting
In most IDEs, docstrings are displayed with a bright and unique color so they are easy to identify and read quickly.
Currently, this does not seem to be the case in PyTogether.
It would be helpful if: