๐ก ์ด ๊ธ์ VS Code๋ก Flutter๋ฅผ ๊ณต๋ถํ๋ฉฐ ์๊ฒ๋
Extention๊ณผ Setting์ ์ ๋ฆฌํ ๊ธ์ ๋๋ค.
(a.k.a ํฐ ๊ธฐ๋ฅ์ ์๋์ง๋ง ์์ผ๋ฉด ํ์ ํ..)
"[dart]": {
"editor.formatOnSave": true, // ์ ์ฅ ์, ์ฝ๋ ์๋ formatting
...
},
"dart.previewFlutterUiGuides": true, // widget์ ๋ถ๋ชจ/์์ ๊ด๊ณ ๊ฐ์ด๋๋ผ์ธ ํ์ (vscode ์ฌ์์ ํ์)
"editor.codeActionsOnSave": {
"source.fixAll": true // ์ ์ฅ ์, ์ฝ๋ ์๋ fix
},