Warning: Undefined array key "fperm" in /kieuns/www/inc/io.php on line 255 Warning: Undefined array key "fperm" in /kieuns/www/inc/io.php on line 255 Warning: Undefined array key "REMOTE_USER" in /kieuns/www/lib/plugins/googleanalytics/action.php on line 61 비주얼 스튜디오 코드 Visual Studio Code [GINS WIKI 긴스 위키] Warning: Undefined array key "stylesheets" in /kieuns/www/inc/StyleUtils.php on line 102

사용자 도구

사이트 도구


tool:visual_studio_code
Warning: Undefined array key "fperm" in /kieuns/www/inc/io.php on line 255 Warning: Undefined array key "fperm" in /kieuns/www/inc/io.php on line 255

<title>비주얼 스튜디오 코드 Visual Studio Code</title>

설치한 확장 (Extension)

Beautify

C/C++

C#

CMake

CMake Tools

Cursor Align

Django

DokuWiki

EJS language support

Highlight Matching Tag

Jinja

Jupyter

Korean Language Pack for Visual Studio Code

MagicPython (비활성)

Pylance

Python

Python Extension Pack

Python Preview

SFTP

Visual Studio IntelliCode

vscode-python-docstring

  • 이름: vscode-python-docstring
  • ID: azaugg.vscode-python-docstring
  • 설명: Create docstring for python methods
  • 버전: 0.0.5
  • 게시자: azaugg

Yog PlantUML Hightlight

Context Menu 에 (Edit with VS Code)

탐색기의 Context Menu 에 Edit with VS Code 에서 열기 를 넣으려면 레지스트리에 추가 정보를 입력해야 한다.

아래 파일을 받아서, VSCode가 있는 경로를 수정해서 레지스트리에 넣읍시다.

VisualStudioCode_ExplorerExtension.reg
Windows Registry Editor Version 5.00
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="\"D:\\App\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"D:\\App\\Microsoft VS Code\\Code.exe\" \"%1\""
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\shell\vscode]
@="Open Folder as VS Code Project"
"Icon"="\"D:\\App\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
@="\"D:\\App\\Microsoft VS Code\\Code.exe\" \"%1\""
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Open Folder as VS Code Project"
"Icon"="\"D:\\App\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@="\"D:\\App\\Microsoft VS Code\\Code.exe\" \"%V\""
tool/visual_studio_code.txt · 마지막으로 수정됨: 2024/04/23 22:43 (바깥 편집)