독개

VS Code 에서 C/C++ 자동 정렬 Fomat하기

by #독개#

 

Prettier 라는 좋은 코드포메터가 있지만 C/C++은 지원하지 않는다

 

그래서 아래방법을 사용

 

setting.jason 에

    "[c]":
    {
        "editor.defaultFormatter": "ms-vscode.cpptools"
        //☝🏼 Select the MS extension as defaultFormatter
    },
    "[cpp]":
    {
        "editor.defaultFormatter": "ms-vscode.cpptools"
    },​

만 추가하면 됨

 

 

 

Format C/Cpp files automatically on VS Code

The year is 2022, you're already know some things about programming and your college is teaching you...

dev.to

 

 

 

Format C/Cpp files automatically on VS Code

The year is 2022, you're already know some things about programming and your college is teaching you...

dev.to

 

 

 

 

 

 

 


🐱‍👓독하게 개발

블로그의 정보

독한 개발자

#독개#

활동하기