visual studio code๋ฅผ ์ฌ์ฉํ๋ฉด์, ํ์ํ ๋ด์ฉ๋ค์ ์ ๋ฆฌํ๋ ค ํฉ๋๋ค.
control + cmd + w ๋ก ํ ๊ธ์ ํฉ๋๋ค.
vi .zshrc # ๋งฅ os ์นดํ๋ฆฌ๋ ์ดํ๋ zshrc๋ผ๊ณ ํฉ๋๋น!
code () {
if [[ $# = 0 ]]
then
open -a "Visual Studio Code"
else
[[ $1 = /* ]] && F="$1" || F="$PWD/${1#./}"
open -a "Visual Studio Code" --args "$F"
fi
}
extension ๊ฒ์ ์ฐฝ์ prettier ๋ฅผ ์ ๋ ฅํด์ ์ค์นํฉ๋๋ค.
๊ทธ๋ฆฌ๊ณ , settings์์ editor format on save ๋ฅผ ์ ๋ ฅํด์ ์ฒดํฌ ํ์ํฉ๋๋ค. ๊ทธ๋ฌ๋ฉด ์ ์ฅํ ๋๋ง๋ค ์์๊ฒ ํฌ๋งท์ ๋ง์ถฐ์ค๋๋ค. ๊ทธ๋ฌ๋ฉด ๋์ ๋๋ค.
*(์ฌ๊ธฐ๋ ์ํ์ ๋ ๋์!)* ์ด๋ ๊ฒ ํ๋ฉด ๋์ด์ง๋ง, settings์์ json ์ ์ ๋ ฅํ๊ณ jsonํ์ผ์์ ์ง์ ์์ ๋ ๊ฐ๋ฅํฉ๋๋ค.
๊ทธ๋ฆฌ๊ณ ~!!!! ๊ทธ๋๋ ์๋๋ ๊ฒฝ์ฐ๊ฐ ์๋ค ใ ใ
settings => default formatter๋ฅผ prettier๋ก ๋ณ๊ฒฝํ์. (์๋ง None์ผ ๊ฒ์ด๋ค.)
์ด๊ฑด ๊ทธ๋ฅ ์ค์น๋ง ํ๋ฉด ๋ฉ๋๋ค.
code --> preference --> keyboard shorcuts
![image-20210526233238912](/Users/sangjin/Library/Application Support/typora-user-images/image-20210526233238912.png)
- To uppercase : cmd + k
- To lowercase : cmd + l
๋๋ค ๊ธฐ์กด์ ๋จ์ถํค๊ฐ ๋ค๋ฅธ ๊ฒ์ผ๋ก ์ค์ ๋์ด ์๊ธฐ๋ ํ์ง๋ง, ๋๋ค ์ฌ์ฉํ์ง ์๋ ๋จ์ถํค๋ผ์ ๋ฎ์ด์์ ์ต๋๋ค.
์ํฐ์ด๋ ๋ค๋ฅธ ์๋ํฐ์์๋ ๋ฐ๋ก ๋์๋๊ฒ cmd + ์ซ์ ๋ก ์๋ํฐ ์ด๋ํ๋ ๊ฑฐ์๋๋ฐ, ๊ทธ๊ฒ vscode์์๋ control + ์ซ์ ๋ก ์ค์ ๋์ด ์์ต๋๋ค. ๊ทธ๋์ ๋ฐ๊ฟ์ค๋๋ค.
- workbench.action.openEditorAtIndex : cmd + ์ซ์
์๋ํฐ๋ฅผ ๋ง์ด ์ผ๋๊ฒ ๋๋ฉด, ์ผ์ชฝ, ์ค๋ฅธ์ชฝ์ผ๋ก๋ ์ด๋ํ๊ณ ์ถ์ด์ ๋ค์๋ ์์ ํ์์ต๋๋ค.
- View: Open Next Editor : option + cmd + k
- View: Open Previous Editor : option + cmd + j
์๋๋ ๋ฐฉํฅํค์ธ๋ฐ, j, k๋ก ํ๋๊ฒ ๋ ํธํด์ ๋ฐ๊พธ์์ต๋๋ค.
- terminal: create new : cmd + t
iterm์์ ์ธํ ํ๋๋๋ก vscode์์ ํธํ์ด ๋์ด์ ์ข์ง๋ง, oh my zsh ์ฌ์ฉ์ผ๋ก vscode์ ํฐ๋ฏธ๋์ด ๊นจ์ง๋ ํ์์ด ์์ ์ ์๊ธฐ ๋๋ฌธ์ ํฐํธ๋ฅผ ๋ณ๊ฒฝํฉ๋๋ค. (์ ๋ iterm์์ D2Coding ์ฌ์ฉ ์ค)
code --> preference --> settings --> font
-
html: ๋ฅผ ์น๊ณ ์ํฐ๋ฅผ ๋๋ฅด๋ฉด, ๋ฐ๋ก ๊ธฐ๋ณธ ์ธํ ์๋ฃ.
-
div-class ์ฝ๊ฒ ์์ฑํ๊ธฐ (๋ค์์ ๊ฒฝ์ฐ .box ์ํฐ์น๋ฉด ๋. (*2 ํ๊ณ ์ํฐ๋ ๊ฐ๋ฅํจ.))
<div class="box"></div>
-
span-class ์ฝ๊ฒ ์์ฑํ๊ธฐ (๋ค์์ ๊ฒฝ์ฐ span.box ์ํฐ์น๋ฉด ๋.)
<span class="box"></span>
-
li.nav__list-item*4>a.nav__list-link๋ฅผ ์น๋ฉด
<li class="nav__list-item"><a href="|" class="nav__list-link">|</a></li>
settings -> integrated terminal