Tool
Visual Studio Code를 이용한 개발 편의를 위한 메뉴
shownote
2024. 12. 10. 17:22
mac에서 vscode를 이용한 Flutter 개발 편의를 위한 메뉴 및 단축키 정리
- View > extenteentions(shift + command + X) : 플러터 등 각종 플러그인 설치

- View > Commend Palette (shift + command + P) : VS 명령어 창. 여기에서 flutter run, format document등 명령어를 바로 실행 할 수 있다.




- View > Applearance > Status Bar : 툴 아래부분에 상태바를 표시

- View > Applearance > Panel(command + j) : Debug 콘솔, Terminal 창등 표시

- command + P : 파일 찾기
