Tool

Visual Studio Code를 이용한 개발 편의를 위한 메뉴

shownote 2024. 12. 10. 17:22

mac에서 vscode를 이용한 Flutter 개발 편의를 위한 메뉴 및 단축키 정리

  • View > extenteentions(shift + command + X)  : 플러터 등 각종 플러그인 설치

필요한 플러그인을 검색하여 install하여 사용

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

flutter 명령어 확인 및 실행
Format Document(작성한 코드를 예쁘게 정리)등 사용

 

Flutter를 emulator로 실행도 여기서 가능. Flutter: Launch Emulator -> 원하는 애뮬레이터 선택하면 실행됨.

 

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

아래에 현재 상태 등 실행중인 애뮬레이터 확인 등 가능

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

  • command + P : 파일 찾기

원하는 파일을 검색해서 바로 실행하여 작업 가능