Skip to content

Tab should insert 4 spaces in # comment lines #1380

@v923z

Description

@v923z

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions