본문 바로가기

반응형

IDE & Tools/VS Code

(4)
vs code와 AWS CodeCommit 연동 # vs code와 AWS CodeCommit 연동하기 - 매우 간단하다. 일단 vs code를 열고, View에서 터미널을 클릭하여 연다. - 여기서 git 명령어로 commit 및 push를 해주면 된다. - 파일을 하나 신규로 생성해보자. 그리고 아래의 명령어로 commit과 push를 진행한다. git add . git commit -m "test" git push origin master - 확인하면 아래와 같다. - test.txt 파일이 추가된것을 확인 할 수 있다. - 끝 -
vscode 다중커서 및 여러줄 선택 수정 방법 # 여러줄을 선택하여 위치를 옮길 때 Alt + 마우스 좌클릭 Alt 를 누른상태에서 수정하고 싶은 줄을 클릭해서 한번에 수정하면 된다. # 여러줄을 한꺼번에 선택할 때 (Alt or Ctrl) + Shift + 방향키(↑, ↓) Alt 나 Ctrl(둘중 하나)와 Shift 누른상태에서 방향키로 조절해서 여러줄 선택 하면 된다.
VS Code 2022 BestTheme # 2022년 VS Code BestTheme https://www.linkedin.com/pulse/best-vscode-themes-2022-beyinda-jean-marie?trk=pulse-article_more-articles_related-content-card Best VScode themes 2022 10 — Dracula Official The Dracula Official is the most downloaded theme ever on Marketplace. You can easily find many other inspired themes looking the same, but our list is top by official Dracula. www.linkedin.com - 개인적..
VS Code에서 html 파일 실행 방법 1. VS Code를 실행 후 좌측 하단에 마켓 플레이스를 선택한다. 2. open in browser 을 검색 후 설치 까지 진행 한다. 3. 코드가 작성된 html 파일에서 Alt + B 단축키를 활용하여 html 파일을 실행 할 수 있다. 최초에 실행시 브라우저를 선택하라는 화면이 나오고 자주 사용하는 브라우저를 선택 후 열기를 하면 html 파일을 바로 확인 할 수 있다.

728x90
반응형