0
0
0
0
Hashtag
#visualstudiotips
Advertisement ยท 728 ร 90
Enable agent mode by using Visual Studio Code 17.14 or later.
Just search for copilot-chat.agent in Feature Search, enable it, and switch to โAgentโ mode in the Copilot Chat window! #VisualStudioTips
0
0
1
0
Enable agent mode by using Visual Studio Code 17.14 or later.
Just search for copilot-chat.agent in Feature Search, enable it, and switch to โAgentโ mode in the Copilot Chat window! #VisualStudioTips
0
0
1
0
How to use it? Just paste your code with Ctrl+V.
When the โTab to adaptโ suggestion appears, press TAB to see a diff comparing your original pasted code with the adjusted version before applying changes.
#VisualStudioTips
0
0
1
0
Ever find yourself needing to locate a specific menu item in Visual Studio, but you donโt know its name or location? Or struggle to find detailed instructions on using features effectively? #VisualStudioTips
0
0
1
0
Another delicious #visualstudio tip for your consumption! If you ever need to track certain variables in across multiple debugging sessions, you can use the Watch window.
youtu.be/MhWxWtIMO7Y
#visualstudiotips #gamedev #csharp #dotnet #programming
3
0
0
0
Another juicy #visualstudio tip for your consumption!
If you ever needs to find what variables you can read and update during debugging, you can utilize autos and locals window.
youtu.be/d5xNPtZobrE
#visualstudiotips #gamedev #csharp #dotnet #programming
4
1
0
0
Getting random exceptions in WPF project and no info where its coming from?
Select menu: Debug/Windows/Exception Settings..
Then enable Break on that exception and it breaks on that line! #visualstudiotips
1
0
0
0