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.
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.