주 메뉴 열기

wwiki β

바뀜

Visual Studio

685 바이트 추가됨, 2022년 12월 1일 (목) 10:46
docker
* 편집.개요확장/축소: Ctrl+M, Ctrl+M
* 편집.전체개요표시/숨기기: Ctrl+M, Ctrl+L
*편집.줄 잘라내기(한줄 삭제): Ctrl+L
=== 창 ===
*창.탐색모음으로이동: Ctrl+F2 (VCVisual C++ 6: Ctrl+F8, 오토핫키로 Ctrl+Shift+F8로 함수목록으로 연결시킬 수 있다.) === 디버깅 === * 디버깅.중단점: Alt+F9
=== 보기 ===
*보기.오류목록: Ctrl+\, E를 실행하거나 Ctrl+\, Ctrl+E
*보기.작업목록: Ctrl+\, T를 실행하거나 Ctrl+\, Ctrl+T
 
=== 기타 ===
 
* 솔루션 구성(Debug, Release): Alt+D로 단축키를 설정할 수 있다.
=== 외부링크 ===
출처: https://docs.microsoft.com/ko-kr/visualstudio/ide/default-keyboard-shortcuts-in-visual-studio?view=vs-2015&redirectedfrom=MSDN
 
== Properties ==
 
=== launchSettings.json ===
 
====[[docker]]====
<syntaxhighlight lang="json">
{
"profiles": {
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"DockerfileRunArguments":""
}
}
}
</syntaxhighlight><br />
[[분류:Shortcut]]
편집
2,431