사용자 도구

사이트 도구


wiki:util:vscode

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:util:vscode [2021/01/27 15:49]
emblim98
wiki:util:vscode [2023/03/25 18:03] (현재)
dhan
줄 25: 줄 25:
 1. 아무곳에나 ''vsCodeOpenFolder.reg'' 파일을 만든다 \\ 1. 아무곳에나 ''vsCodeOpenFolder.reg'' 파일을 만든다 \\
 2. 아래 코드를 방금 만든''vsCodeOpenFolder.reg''파일에 복사 붙여넣는다. \\ 2. 아래 코드를 방금 만든''vsCodeOpenFolder.reg''파일에 복사 붙여넣는다. \\
-3. ''vsCodeOpenFolder.reg''파일을 오른쪽 클릭해서 맨위에 있는 ''병합''을 클릭하면 된다. \\ +\\ 
-<code bat>+<code reg>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
 ; Open files ; Open files
줄 49: 줄 49:
 @="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%V\"" @="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%V\""
 </code> </code>
-> Note: 위 코드에서 ''C:\\Program Files\\Microsoft VS Code'' 이 부분을 은 ''VS code''치로 바꿔줘다.+3. ''vsCodeOpenFolder.reg''파일을 오른쪽 클릭해서 맨위에 있는 ''병합''을 클릭하면 된다. \\ 
 +\\ 
 +> Note: 위 코드에 표기된 ''C:\\Program Files\\Microsoft VS Code\\Code.exe''는 기본 설치 경로며,\\ 
 +이 기본 설치 경로를 내 컴퓨터에 설치된 VS Code 설치 로 변경해야 합니다.\\
 \\ \\
 > Tip : 아래 파일을 다운받아 위에 ''Note''처럼 경로만 바꿔주면 된다. > Tip : 아래 파일을 다운받아 위에 ''Note''처럼 경로만 바꿔주면 된다.
줄 61: 줄 64:
 {{:wiki:util:vscode:vscodeshowmenu.png?700 |}} {{:wiki:util:vscode:vscodeshowmenu.png?700 |}}
 <WRAP clear/> <WRAP clear/>
 +\\
 +링크 
 +  * [[https://mintyu.github.io/Format/|VSCode 저장 시 자동 format 지정[VSCode]]]
 +  * [[https://charoon.tistory.com/8|자동정렬기능 스타일 변경]]
 \\ \\
 ===== Plugin ===== ===== Plugin =====
줄 69: 줄 76:
    - Material Theme Icons : 파일 아이콘을 시각화해주는 플러그인    - Material Theme Icons : 파일 아이콘을 시각화해주는 플러그인
    - Prettier - Code formatter :     - Prettier - Code formatter : 
-      * 설치 후 Ctrl + ,(콤마) > Settings Editor:Format On Save에 체크 표시 활성화+      * 설치 후 Ctrl + ,(콤마) -> Settings > User > Text Editor > Formatting - Format On Save에 체크 표시 활성화
       * Settings에서 prettier 검색 - Prettier: Tab Width를 2로 입력       * Settings에서 prettier 검색 - Prettier: Tab Width를 2로 입력
       * Settings에서 prettier quote 검색 - JavaScript > Preferences:Quote Style을 single로 변경 설정       * Settings에서 prettier quote 검색 - JavaScript > Preferences:Quote Style을 single로 변경 설정
줄 83: 줄 90:
    - [[https://www.kite.com/get-kite/?utm_medium=referral&utm_source=youtube&utm_campaign=dreamcoder&utm_content=description-only|kite-드림코딩 by 엘리 - AI기반 코드 자동 완성 툴]]\\    - [[https://www.kite.com/get-kite/?utm_medium=referral&utm_source=youtube&utm_campaign=dreamcoder&utm_content=description-only|kite-드림코딩 by 엘리 - AI기반 코드 자동 완성 툴]]\\
    - StandardJS - JavaScript Standard Style    - StandardJS - JavaScript Standard Style
 +   
 +   - htmltagwrap - 하나 이상의 텍스트 블록 설정 - ''Alt + W'' - 원하는 태그 입력
 +
 +==== remote ssh 자동 로그인 설정 ====
 +  * [[https://blog.naver.com/nan17a/222250464861|자동 로그인 설정]]
  
 ==== Ref ==== ==== Ref ====
줄 114: 줄 126:
 \\ \\
 ===== VS Code 완전 삭제 ===== ===== VS Code 완전 삭제 =====
-   - .vscode 폴더 삭제 -> C:\Users\사용자명\.vscode 폴더 삭제 +   **.vscode 폴더** 삭제 -> C:\Users\사용자명\.vscode 폴더 삭제 
-   - Code 폴더 삭제 -> C:\Users\사용자명\AppData\Roaming\Code 폴더 삭제 +   **Code 폴더** 삭제 -> C:\Users\사용자명\AppData\Roaming\Code 폴더 삭제 
-   - 제어판에서 삭제 -> 제어판\모든 제어판 항목\프로그램 및 기능\Microsoft Visual Studio Code 삭제+   **제어판**에서 삭제 -> 제어판\모든 제어판 항목\프로그램 및 기능\Microsoft Visual Studio Code 삭제
    * [[https://medium.com/@indexx/vs-code-%EC%99%84%EC%A0%84-%EC%82%AD%EC%A0%9C-9cdc15aeba08|VS Code 완전 삭제]]    * [[https://medium.com/@indexx/vs-code-%EC%99%84%EC%A0%84-%EC%82%AD%EC%A0%9C-9cdc15aeba08|VS Code 완전 삭제]]
 +\\
  
 +=====Showing path in file-tabs in Visual Studio Code=====
 +파일 명 탭에서 경로 표시하기\\
 +File >> Preferences >> Settings >> "workbench label format" 검색 >> Workbench>Editor:Label Format >> //short// 선택\\ 
 +//
 +[[https://stackoverflow.com/questions/39598007/showing-path-in-file-tabs-in-visual-studio-code|Showing path in file-tabs in Visual Studio Code]]//
  
 +===== Tip =====  
  
 +  * [[https://zoosso.tistory.com/1161|[VS Code] Extension 파일 위치]] 
 +  * [[wiki:util:vscode:VS code 사용자 snippets 만들기 - html]] 
 +  * [[wiki:util:vscode:Firefox Developer Edition을 VS Code 기본 브라우저로 설정하기]] 
 +  * [[https://seong6496.tistory.com/315|[vscode] 파일 자동 저장 설정하기]]
  
 ===== Ref ===== ===== Ref =====
 +
   * [[https://thisdavej.com/right-click-on-windows-folder-and-open-with-visual-studio-code/|Right click on Windows folder and open with Visual Studio Code]]   * [[https://thisdavej.com/right-click-on-windows-folder-and-open-with-visual-studio-code/|Right click on Windows folder and open with Visual Studio Code]]
   * [[https://www.sysnet.pe.kr/Default.aspx?mode=2&sub=0&detail=1&pageno=0&wid=11980&rssMode=1&wtype=0|Visual Studio Code의 Java 확장을 이용한 간단한 프로젝트 구축]]   * [[https://www.sysnet.pe.kr/Default.aspx?mode=2&sub=0&detail=1&pageno=0&wid=11980&rssMode=1&wtype=0|Visual Studio Code의 Java 확장을 이용한 간단한 프로젝트 구축]]
   * {{ :wiki:util:vscode:keyboard-shortcuts-windows.pdf |VS Code Windows용 단축키}}   * {{ :wiki:util:vscode:keyboard-shortcuts-windows.pdf |VS Code Windows용 단축키}}
   * [[https://standardjs.com/readme-kokr.html|JavaScript Standard Style]]   * [[https://standardjs.com/readme-kokr.html|JavaScript Standard Style]]
 +
 +
 {{tag>주레피 eleven 도봉산핵주먹 오션 vscode}} {{tag>주레피 eleven 도봉산핵주먹 오션 vscode}}
 +
/volume1/web/dokuwiki/data/attic/wiki/util/vscode.1611730142.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)