Open
Description
Hi,
I have hacked up initial version of TAB
insertion in my own fork (note: it's initial and does not support shift-tab
combination yet).
I just wanted to start up a discussion around supporting TAB
keys. The reason why I ask is because it has come to my attention that not everybody agrees with TAB
key being used to indent; especially in the context of a webpage. So what do people think about adding support for TAB
?
Ideally, in the context of an editor, I would use TAB
key to indent selected lines or for (de)indentation. We can make use of tab-size CSS property to adjust tab-width.
Activity