본문 바로가기

Python_Beginer/VSCODE

(5)
[단축키]유용한 단축키 Windows 단축키 설명 “Ctrl + B” 사이드바 열기/닫기 “Ctrl + P” 빠른 열기(파일이나 기호 탐색) “Ctrl + Shift + P” 모든 명령 표시(에디터의 모든 명령에 접근) “Ctrl + F” 찾기(검색) “Ctrl + H” 찾기(검색)/바꾸기(대체) “Alt + Up” 줄 위로 이동 “Alt + Down” 줄 아래로 이동 “Shift + Alt + UpArrow” 위에 줄 복사 “Shift + Alt + DownArrow” 아래 줄 복사 “Tab” 들여쓰기 “Shift + Tab” 내어쓰기 “Ctrl + PageUp” 이전 편집기 열기(좌측 창으로 전환) “Ctrl + PageDown” 다음 편집기 열기(우측 창으로 전환) “Ctrl + \” 편집기 분할(백슬래쉬) “Ctrl +..
[패스트캠퍼스]tasks.json<수정코드> 기존 tasks.json> { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Project Label", "type": "shell", "command": "python", "args": ["${file}"], "presentation": { "reveal": "always", "panel": "new" }, "options": { "env": { "PYTHONIOENCODING": "UTF-8" } }, "group": { "kind": "build", "isDefault": true..
[VSCODE]12 Recommended Expansion Packs Auto Rename Tag HTML / XML 태그의 이름을 자동으로 수정 https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag Auto Rename Tag - Visual Studio Marketplace OverviewQ & ARating & Review Auto Rename Tag Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. !! Notice !! The extension may have performance issue, especially when editing a large file. Please notice thi..
[VSCODE]PIP Error 해결 방법 VSCODE에서 Save를 할때마다 위와 같이 PIP install Error이 지속적으로 설치하라고 나오는 에러가 발생 해결 방법은 정말 간단했습니다. 이게 환경변수때문이였네요. 고급 시스템 설정 환경 변수 Path > 편집 C:\Users\ankiwoong\AppData\Local\Programs\Python\Python37\Scripts\ C:\Users\ankiwoong\AppData\Local\Programs\Python\Python37\ C:\Users\ankiwoong\AppData\Local\Programs\Python\Python37\Scripts C:\Users\ankiwoong\AppData\Local\Programs\Python\Python37 뒤에 \를 지우고 두개를 가장 위로 이..
[VSCODE]영문 -> 한글 (한글화) EXTENSIONS(Ctrl + Shift + x) korean > Korean Language Pack for visual Studio Code > Install > Reboot