Shelving in Visual Studio 2010 - visual-studio-2010

I can't find shelving option. Currently I'm using Visual Studio 2010 for which I've been asked to use Shelving and Unshelving, but I can't seem to find where the shelve option in Visual Studio 2010 is.
I right clicked my file in Solution Explorer, I seem to have everything Build, Rebuild, Clean etc., options but no "Shelve Pending Changes" option. Do I need to install some plugin?

It's in your pending changes view:
Top level menu: View > Other Windows > Pending Changes
Then you'll have two buttons for both shelving and unshelving:

Related

How do I control whether Visual Studio Publish operation does a Rebuild or Build

When I right click on my solution in Solution Explorer and choose "Publish..." the resulting screen does not allow me to specify whether I want Visual Studio to do a Rebuild or a Build when it builds the project during the publish operation. Is there a way to control this? I'm using Visual Studio 2019.

Auto Complete Not Working In New Visual Studio 2022 For UNITY

So I have had visual studio 2019 and I used it with unity. I needed to delite it and reinstall it becouse of somthing and when I reinstalld it I installed new 2022 version. Ever since auto complete isn't working.
I have downloaded the "Game development with Unity" modifyer and selected Visual Studio Community 2022 in unity preferences but it still isn't working.
Does anyone have an idea what is wrong maby?
In the Unity Editor, select the Edit > Preferences menu. On the left, select the External Tools tab.
Select Browse... from the dropdown list.
Navigate to the C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE directory and select devenv.exe. Then select Open.
Close the Preferences dialog to complete the configuration process.
And make sure that you have Microsoft Visual Studio installed in package manager:
check this link: https://learn.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity?pivots=windows
there are 2 fixes that I think will help you:
You need to enable IntelliSense by opening Tools -> Options -> Search for Intellisense, and head over to the C# Section and enable features like Show completion list after a character is typed.
For good practice, you should also install the C# packages for Visual Studio 2022.

TFS and VS2015: How to view builds in studio?

Upgrading from VS2013 I noticed that VS2015 will open the list of builds in the browser (right-click on the definition and "View Builds")
Is there a way to switch back to opening the list in the studio?
This has been removed in visual studio 2015. Viewing builds can only be done from the Builds web page.
Where is TFS Build Explorer in Visual Studio 2015?

Automatic check-in in visual studio 2012

Every time I hit save in my visual studio 2012 It tries to check-in and most of the times it fails.!!!
I'm using Microsoft TFS server itself.
Now my question is How can I make it stop from auto checking-in?
I tried to disable it from option->source control-> environment but there is no option to disable the auto checking-in on saving in Saving drop down.
I want to save my project locally and check-in when ever I want and not automatically.
I'll add a screen shot next time it happens
I started to use TFS recently in Visual Studio 2013. I think the check-in function should be no different from Visual Studio 2012. It won't auto check-in when saving files. Have you checked "Pending Changes" -> "Included Changes" to make sure changes have been checked in?

visual studio 2010 doesn't remember ankkhsvn as being used as source control

I am using ankkhsvn (selected as an option in tools) in visual studio 2010 and when I restart my machine the project reverts back to Team foundation as the selected source control.
Any ideas?
Right click solution, add to subversion. confirm that you want to manage the .sln with subversion.
This adds a few lines to your .sln that enable AnkhSVN if it is installed (or are ignored if AnkhSVN isn't installed).

Resources