[Tips][VSCode] tab을 space로, space를 tab으로 변환하는 방법

문제 상황

복사/붙혀넣기 한 경우 tabs을 spaces로 또는 spaces를 tabs로 변경하고 싶은 경우에 사용할 수 있습니다.

커멘드

Success Notice:

  1. tabs와 space는 모두 Indentation입니다.
  2. 명령 팔레트 열기 : ctrl + shift + p
    • tabs -> spaces 변환 :Convert Indentation to tabs
    • spaces -> tabs 변환 :Convert Indentation to spaces

Leave a comment