Closed
Description
Currently, the tab key only does autocompletion, and can't insert actual tabs.
However, a lot of the time, I have a large amount of text, such as code, in a here-string @''@
, where I want to put indentation.
Adding indentation is most useful at the start of lines, where autocomplete can't happen anyway, so it would be useful to have tab insert an actual tab at the start of a line.
Alternatively, since here-strings don't allow autocompletion anyway, make tab always insert a tab character while in the middle of a here-string.