본문 바로가기

Windows 10

(4)
Practical way to search for sample code w/ VSCode 아래 link 를 참조하여 실전적으로 정리한 내용 https://ko.thefilibusterblog.com/kak-iskat-vse-fajly-v-vs-code-ko/ VS 코드에서 모든 파일을 검색하는 방법 – The Filibuster Blog VS Code(Visual Studio Code)는 여러 폴더와 파일을 쉽게 확장할 수 있는 길고 복잡한 코딩 프로젝트를 위해 설계되었습니다. 다행히도 필요한 파일을 검색하고 빠르게 찾을 수 있습니다. VS Code는 더 빠 ko.thefilibusterblog.com Open folder 로 원하는 folder 로 간다. (File -> Open Folder) Execute "File in Files" (Edit -> File in Files) or (CT..
Windows10 HotKey Windows key + I Open Settings app. Windows key + E Open File Explorer. Windows key + A Open Action center. Windows key + D Display and hide the desktop. Windows key + L Lock device. Windows key + V Open Clipboard bin. Windows key + Period (.) or Semicolon (;) Open emoji panel. Windows key + PrtScn Capture a full screenshot in the "Screenshots" folder. Windows key + Shift + S Capture part of the ..
VS Codes Extension Compare Folders Compare folders by contents, present the files that have differences and display the diffs side by side https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders Compare Folders - Visual Studio Marketplace Extension for Visual Studio Code - Compare folders by contents, present the files that have differences and display the diffs side by side marketplace.visuals..
Useful Key in VSCode !+Tab basic html tag 자동 완성 h1+tab 자동완성 Alt+w htmltagwrap extension 을 깔고 사용가능 html tag 자동 완성 shift+tab 들여쓰기 CTRL+A CTRL+K+F code 정렬 ctrl + shift + alt + arrow 열단위 선택 Ctrl + D 반복되는 단어 한방에 수정 Alt + Click 클릭하는 곳마다 커서 생성 Alt + ↑ / ↓ 코드 위/아래로 움직이기 Alt + ⇧ + ↑ / ↓ 코드 복사해서 위/아래로 움직이기 Ctrl + / 코드 블록 한방에 코멘트 처리하기 Alt + ⇧ + i 선택된 영역에 커서 만들기 Alt + ⇧ + Mouse Drag 마우스가 가는 곳 마다 커서 만들기 Ctrl + Home / End 파일 맨 위-..