Skip to content

Tab Key Not Working for Indentation in Code Editor #29

Description

@robson-rp

Problem:
The code editor is currently not allowing the use of the Tab key for indentation, making it difficult to format code properly.

Expected Behavior:
Pressing the Tab key should insert a tab character or spaces, depending on the editor's settings, to facilitate proper indentation while writing code.

Steps to Reproduce:
Open the app: https://www.snapink.pro/
Attempt to use the Tab key to indent a line of code.
Observe that no indentation is applied.

Suggested Solution:
Implement functionality to handle the Tab key press event, allowing it to insert tabs or spaces for indentation, as is standard in most code editors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions