I googled it around but didn't find it. I remember there was a way to click VS2010 buttons/commands/menus in a way it would retrieve me the GUID of the command instead of executing it.
It made extensibility easier, but I can't find it anywhere!
Any clues?
It can be found here
Related
We have a Nuget package that handles our project references that are used in dozens of separate solutions and projects. It works great, except that we have to change each reference's "Copy local" property to false. I see that the install.ps1 and uninstall.ps1 are no longer supported in Visual Studio, however Init.ps1 is.
I'm trying to figure out how to run a PowerShell script in Visual Studio with a solution open to test the changing of the reference properties. I've read through a few articles, but can't seem to find what I'm looking for and it seems as if I'm missing something very basic. Any help or nudges in the right direction would be very helpful.
Thank you!
I am trying to find a plug in for Visual Studio 2010-2012 to operate with Bitbucket, but i can't find a clear solution. I would like to find something like Ankh in Tortoise.
I would appreciate any kind of help
Finally i found a solution than fits to me.
I tried this and is working properly.
Someone could tell me where I can find the list (or all) patch already available for Visual Studio 2010.I am finding a lot of problems, and his navigation is very slow. Especially with ASP.NET MVC.
If no such list ready, we can use this post to enumerate the problems and their fixes.
Thanks
This page should have all the hot fixes
http://connect.microsoft.com/VisualStudio/Downloads
and check out the http://visualstudiogallery.msdn.microsoft.com/en-us/
its no "fix" but for example, there are replacements for the "add reference" dialog, that are muuuuch faster....
Here's a patch that correct a lot of problems that I've been finding in IntelliSense... It works perfectly for me:
http://weblogs.asp.net/scottgu/archive/2010/02/15/patch-for-vs-2010-rc-intellisense-crash-issue-now-available.aspx
Regards!
I realized that when dividing a project into two in Visual Studio (2010) I'm still looking for references that are missing in the new project. Can Visual Studio do that for me? It can find all the namespaces I use so it should be easy for it.
Thanks!
There isn't any built-in way to do this. However, you may want to check out the PowerCommands extension which gives you a "Copy Reference" command to quickly copy/paste assembly references between projects.
Is it possible to load more than one solution in the Visual Studio .NET IDE at once, so that both solutions appear in the Solution Explorer ?
Thanks
No, Visual Studio can only load one solution at a time. There's a Microsoft Connect suggestion on this very topic.
What you can do, though, (aside from an obvious option of opening several instances of Visual Studio) is to "Add Existing" project to either solution, or create an ubersolution which will include them both.
You can "add existing" picking .sln file type to current solution
or you can try to automate the process you can try playing around with this tool (might make sense if you have to do it repeatedly):
http://code.google.com/p/merge-solutions/