-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Description
Hi All,
I don't know whether the behaviour of the tab is linked to CodeMirror as suggested by this issue #1287, but I believe the user should be able to use the tab to insert 4 spaces in a comment line. This does not work:
In []: # Tab
while this one does
In []: """
Tab Tab Tab...
"""
The first example tries to expand whatever is before the tabulator, even if there is nothing. I think it would be better to let the user insert tabulator white spaces in a comment, even if it is only a single line.