You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use tabs instead of spaces in my code. I cannot test snippets of my code if there is indentation, because the multi-line mode reads tabs as if you're pressing the tab key in the terminal; which shows you autocompletion (normally all variables in the global scope because the indentation is always at the beginning of each line).
Is it possible to convert the tabs to double-spaces when I press ⌘+V in multi-line mode?