I am testing few javascript examples in chrome console where I need to write a function. Problem is I am unable to use TAB key to move line to right 2 spaces inside a function like
function abc(){
//Need to use tab to properly format
};
Anyone Please.
Referring to the Official Doc it’s not possible.
You will have to use spaces, write your code in other editors an then copy it, or use Firefox …
For fun : Spaces VS Tabs