Posted 11 years ago
by D
I was just thinking of a feature called "Automatic Indentation" wich speeds up writing in programming languages such as Python by automatically grouping strings with tabs and spaces.
e.g
def eg():
print(example)
^if Code Writer automatically added a tab here after detecting the colon, that would be great.
Thanks