IT정보/프로그래밍언어

[JavaScript][VSCode] 오늘은 웹 시작임

narang111 2023. 1. 19. 11:47

 

VSCode 다운

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

확장 메뉴에서 javascript es6과 jquery를 인스톨해줌

 

 

파일탐색기에서 작업할 폴더를 만들어서 열어줌

 

 

 

 

실행할 수 있는 브라우저를 띄워놓고 url 바꿔가며 확인하는 것을 권장!

 

new file누르고 first.html

(확장자까지 넣으면 알아서 그 파일로 생성됨)

! 에 탭 누르면 기본코드가 자동완성됨