Nice programing

Visual Studio에서 터미널을여시겠습니까?

nicepro 2020. 11. 15. 11:44
반응형

Visual Studio에서 터미널을여시겠습니까?


지금까지 찾고 있었지만 Visual Studio (Commuity 버전)에서 셸 명령 용 터미널을 여는 방법을 찾을 수 없습니다.

누군가 도울 수 있습니까?


다음 확장 중 하나를 사용하여 Visual Studio 내에 통합 터미널을 가질 수 있습니다.

Whack Whack 터미널

터미널 : cmd 또는 powershell

바로 가기 : Ctrl\,Ctrl\

지원 : Visual Studio 2017

https://marketplace.visualstudio.com/items?itemName=DanielGriffen.WhackWhackTerminal

Whack Whack 터미널


BuiltinCmd

터미널 : cmd 또는 powershell

지름길: CtrlShiftT

지원 : Visual Studio 2013, 2015, 2017

https://marketplace.visualstudio.com/items?itemName=lkytal.BuiltinCmd

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

반응형