Visual Studio에서 터미널을여시겠습니까?
지금까지 찾고 있었지만 Visual Studio (Commuity 버전)에서 셸 명령 용 터미널을 여는 방법을 찾을 수 없습니다.
누군가 도울 수 있습니까?
다음 확장 중 하나를 사용하여 Visual Studio 내에 통합 터미널을 가질 수 있습니다.
Whack Whack 터미널
터미널 : cmd 또는 powershell
바로 가기 : Ctrl\,Ctrl\
지원 : Visual Studio 2017
https://marketplace.visualstudio.com/items?itemName=DanielGriffen.WhackWhackTerminal
BuiltinCmd
터미널 : cmd 또는 powershell
지름길: CtrlShiftT
지원 : Visual Studio 2013, 2015, 2017
https://marketplace.visualstudio.com/items?itemName=lkytal.BuiltinCmd
댓글에서 베스트 답변은 @Hans Passant입니다.
1) 외부 도구를 추가합니다.
도구> 외부 도구> 추가
제목 : 터미널 (또는 직접 이름 지정)
Command = cmd.exe 또는 Command = powershell.exe
인수 = / k
초기 디렉토리 = $ (ProjectDir)
2) Tools > Terminal (or whatever u put in title)
3) Enjoy!
As tricky solution you can use Package Manager Console to execute cmd or PowerShell commends
Shortcut for Package Manager Console Alt T N O
Tested on Visual Studio 2017 Community Version
Not sure if this will help, but I usually pull the command prompt up by going into "Synchronization" tab in Team Explorer and clicking on "Actions"
When the command prompt opens it is in the directory of the project.
-L-
Microsoft just included an integrated Windows Terminal in Visual Studio version 16.3 Preview 3. Go to Tools > Options > Preview Features, enable the Experimental VS Terminal option and restart Visual Studio.
https://devblogs.microsoft.com/visualstudio/say-hello-to-the-new-visual-studio-terminal/
솔루션과 위의 속성을 마우스 오른쪽 버튼으로 클릭하면 기본 cmd, powershell 및 개발자 명령 프롬프트에 대한 액세스 권한을 제공하는 명령 줄 열기 옵션이 있습니다. 대신 단축키 Alt + 기본값 (cmd) Shift + Alt +, Dev (cmd)를 사용할 수 있습니다. Shift + Alt +. powershell 용
보기-> 디버그 콘솔 (ctrl + shift + Y)은 디버그 콘솔 옆에 터미널입니다.
Microsoft Visual Studio 커뮤니티 2017의 경우 CTR + ALT + A 사용
또는 명령 패널 보기-> 기타 창-> 명령 창에서
참고 URL : https://stackoverflow.com/questions/43410898/open-the-terminal-in-visual-studio
'Nice programing' 카테고리의 다른 글
iframe src가로드에 실패하면 오류를 포착합니다. (0) | 2020.11.15 |
---|---|
파일 입력 값을 동적으로 설정 (0) | 2020.11.15 |
셀러리 작업 미리 가져 오기 이해 (0) | 2020.11.15 |
Maven 다운로드에는 .lastUpdated가 확장자로 있습니다. (0) | 2020.11.15 |
소켓 IO 작업에서 스레드 차단을 즉시 종료하는 방법은 무엇입니까? (0) | 2020.11.15 |