Closed
Description
Hi guys,
on test in https://codemirror.net/mode/php/index.html and https://codemirror.net/mode/javascript/index.html indentation with tab
works fine as expected, but if you use shift + tab
, all indentation is removed one time instead to remove one by one while will pressing shift + tab
.
On IDE and editors, is normal to add one indentation if you press tab
and remove one indentation if you press shift + tab
, but here, if I press tab
4 times, it correctly add 4 indentation and if I press shift + tab
1 time, it remove 4 indentation.
Metadata
Metadata
Assignees
Labels
No labels