Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

290570

vscode 본문

java_spring (2024.05 ~ 2024.10)

vscode

qordpsem 2024. 9. 27. 14:58

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

vscode 에 들어가서 다운로드 해준 뒤 

 

확장 프로그램 세개를 다운받았다

git ignore

auto rename tag

live server

 

 

npm 설치

npm install

 

부트스트랩 사용 위해서 install

npm install react-bootstrap bootstrap

 

react-router-dom 설치

npm install react-router-dom

 

 

후 npm start 로 실행

 

 


 

vscode 단축키

#터미널 열기/닫기

control + `

(맥 자판 백틱 위치 : 1 왼쪽 ₩를 한영키 바꾸고 누르면 나옴)

 

#동일한 이름 일괄변경

cmd + d 

 

#줄 복사

option + shift 방향키 위또는아래

 

 


 

자동 저장

setting > files > Auto Save 를 off 에서 afterDelay 1000 으로 바꾸면

파일이 수정되고 1초동안 변경사항이 없을 시 자동저장 된다

'java_spring (2024.05 ~ 2024.10)' 카테고리의 다른 글

spring security 코드 작성  (0) 2024.09.29
spring security  (0) 2024.09.28
로그인 인증방식  (0) 2024.09.27
깃 플로우  (0) 2024.09.23
24.09.05  (0) 2024.09.05