Tag: autopep8

VS Code/Codium : Python Formatter Autopep8/Black 사용.

흠.. 삽질은 역시나 힘들다. 삽질기 VS Code/Codium 에서 코드를 작성한 뒤, 해당 언어에 맞게끔 코드 형식을 정정해주려면 Format 명령을 내리면 된다. 이건 Ctrl + Shift + I 를 누르면 된다. ** 이 작업을 하면, 이런 식으로 코드가 정리된다. Python 에선,…

Continue Reading VS Code/Codium : Python Formatter Autopep8/Black 사용.