[VS Code] ์œ ์šฉํ•œ VS Code Extentions & Settings

๊น€์ •ํ˜„ยท2023๋…„ 12์›” 17์ผ
0

VSCode

๋ชฉ๋ก ๋ณด๊ธฐ
1/1
post-thumbnail

๐Ÿ’ก ์ด ๊ธ€์€ VS Code๋กœ Flutter๋ฅผ ๊ณต๋ถ€ํ•˜๋ฉฐ ์•Œ๊ฒŒ๋œ
Extention๊ณผ Setting์„ ์ •๋ฆฌํ•œ ๊ธ€์ž…๋‹ˆ๋‹ค.
(a.k.a ํฐ ๊ธฐ๋Šฅ์€ ์•„๋‹ˆ์ง€๋งŒ ์—†์œผ๋ฉด ํ—ˆ์ „ํ•œ..)


Extentions

  • Better Comments

    ์ฃผ์„ ์ข…๋ฅ˜์— ๋”ฐ๋ผ ๋‹ค๋ฅธ ์„œ์‹์„ ์ ์šฉํ•˜์—ฌ ์ง๊ด€์ ์œผ๋กœ ๋ณด์—ฌ์ฃผ๋Š” Extension
    Better Comments

  • Error Lens

    ์ฝ”๋“œ์˜ error๋ฅผ ๋ช…ํ™•ํžˆ ํ™•์ธ ๊ฐ€๋Šฅํ•˜๋„๋ก ๋„์™€์ฃผ๋Š” Extension
    Error Lens

  • Material Icon Theme

    Explorer์— ๊ฐ€๋…์„ฑ ์ข‹์€ Icon์„ ์ ์šฉํ•˜๋Š” Extension
    Material Icon Theme

Settings

  • settings.json

    Command Palette(โ‡งโŒ˜P) -> Open User Settings (JSON) -> ํ•˜๊ธฐ ์ฝ”๋“œ ์ถ”๊ฐ€
"[dart]": {
  "editor.formatOnSave": true,  // ์ €์žฅ ์‹œ, ์ฝ”๋“œ ์ž๋™ formatting
   ...
},
"dart.previewFlutterUiGuides": true,  // widget์˜ ๋ถ€๋ชจ/์ž์‹ ๊ด€๊ณ„ ๊ฐ€์ด๋“œ๋ผ์ธ ํ‘œ์‹œ (vscode ์žฌ์‹œ์ž‘ ํ•„์š”)
"editor.codeActionsOnSave": {
    "source.fixAll": true  // ์ €์žฅ ์‹œ, ์ฝ”๋“œ ์ž๋™ fix
},
profile
ํ•˜๊ณ ํ’๊ฑฐ(ๆฒณ้ผ“้ขจๅŽป) ์‚ญ๋‹คํ•˜์ž(ๅ‰Šๅคšใฐคๆ…ˆ)

0๊ฐœ์˜ ๋Œ“๊ธ€