Cute Blinking Unicorn

프론트엔드 초보(도움많이 주세요)

visual studio code 활용 입문

민밥통 2023. 7. 13. 21:01

https://youtu.be/9o5VuZB5OKw

완전 입문용으로 보면서 실행했다!

 

설치후 확장 프로그램 설치하면서 따라하는데

10분 쯤 커맨드 하고 넘어가는 게 잘 안돼서 계속 시간 먹었다ㅠㅠ

결국 아직도 해내지 몬함 ㅠㅠ

 

확장프로그램 덕분에 코딩하는데에 자동완성이 되는 게 너무 편했다!

하면서 느낀게 영타 연습 해야될 것 같음 ㅋ,...

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <div class="title">1</div>
    <div class="title">2</div>
    <div class="title">3</div>
    <p>

    </p>
    <span class="auto-conpletion-hello-css"></span>
    hello world
    오늘은 이런걸 배웠어요

</body>
</html>

이거랑

.title {
    color: blue;
}
auto-conpletion-hello-css {
    background-color: red;
}

이렇게 창 두개 띄워서 하는데 title 안에 2번째 창으로 안넘어가는거랑

auto-conpletion-hello-css

이게 자동완성으로 안뜨고 첫번째 창에 바로 안뜬다는거 ㅠㅠ

<span class="auto-conpletion-hello-css"></span>

이렇게 바로 떠야하는데 바로 안뜸.

모가 문제져??????????

 

계속 공부해봐야 되겠당...... 쥬륵.

윈도우에는 커맨드 키가 윈도우+R 이건데 이상한 창이 떠요 

살려줘요

맥북 살래요.