Replies: 1 comment
-
I suggest to swap smart-tab keybinding So, those who want to trigger smart-tab press the extra binding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if I have something like so:
And decide to use
tab
to indent the line inside the comment, the<cursor>
ends up jumping to end of the file (or the next node).I think there should be an option for smart-tab to treat the inside of a comment the same way it treats whitespace, and so in the above case, it inserts the tab/space characters accordingly.
Beta Was this translation helpful? Give feedback.
All reactions