Visual Studio
Welcome to the Visual Studio UserVoice site. Let us know what you would like to see in future versions of the Visual Studio suite of products. This site is for suggestions and ideas. If you need to file a bug, visit the Visual Studio Connect site: http://connect.microsoft.com/visualstudio.
ASP.NET Runtime/Web Tooling suggestions have moved! All your ideas, including your votes, have been transferred and are searchable in the ASP.Net Uservoice forum. Please submit any new ASP.NET Runtime/Web Tooling suggestions, or vote on existing suggestions by going to http://aspnet.uservoice.com.
We look forward to hearing from you!
Thanks – Deon Herbert
Visual Studio Team
-
git
Add support for Git Staging area
2 votes -
Have the window chrome color match my windows 8 theme setting.
All of the other applications in windows 8 change the title and border colors when the theme changes (I have mine change randomly). Visual Studio does not respect this.
2 votes -
Expand intellisense to display associated statement when hovering over the closing bracket for that statement.
Expand intellisense to display associated statement when hovering over the closing bracket for that statement. This would be especially useful for longer code blocks where the top isn't visible at the same time as the bottom.
So for instance you hover over the closing bracket ("}") for an if statement and it pops up the statement like "if (x != y)" the bracket is associated with.
2 votes -
Change the "build" color of the status bar from blue to another, more distinct, color.
The differences in blue between the Ready status color and the Building status color on the status bar are so subtle that you don't notice the change. As I am developing, when I compile, it is difficult simply by looking at the color to determine if it is the "build blue" status color or the "ready blue" status color.
Even better, make the colors user-configurable :)
2 votes -
Provide ability to use var keyword as a return type for .Net methods
Provide the ability to use the keyword var as a return type for .Net methods so that locally strongly typed variable declarations can simply be returned as values from a method using the var keyword directly rather than having to be cast to be strongly typed or otherwise modified to return a Generic Type.
2 votes -
"Add new item" dialogue should remember category between sessions again
The "add new item" dialogue box in VS2010 and VS11 Developer Preview doesn't remember which item category you were looking at between VS sessions. This is a feature regression since VS2008, another example of the rewritten UI not including all the features of the previous versions.
Every time you open VS to create a new test solution, you're confronted with a massive list of item types. I virtually never create anything from outside the "code" section, so I'd rather it just started out looking at this node. The selected category is remembered within a VS session, but isn't written to…
2 votes -
Provide Intellisense option to suppress member list selection
Provide an option to disable Intellisense member list default selection. The lack of this option makes Intellisense almost unusable. Typing "i = n;" in C++ will give you "i = namespace;", not exactly what you want by default.
2 votes -
Improve the outlining options.
Allow to check what I want to collapse, e.g. only comments, or everything except them, etc.
2 votes -
VS2012 colored icons
Microsoft, you make a serious error, making VS2012 in a grayscale style. Users must have a choise - use new interface or old, with colored icons.
2 votes -
Make it easier to setup keyboard shortcuts to external tools/commands.
When setting up keyboard shortcuts to external tools the external tools are listed as "Tools.ExternalCommand1", "Tools.ExternalCommand2", etc. This makes it very difficult to determine which one you want to add your shortcut to. They should also display the name of the actual command as well. It's also very difficult to find the right items in the list since it only displays a few at a time and the settings window cannot be expanded to give you more room to look at these.
2 votes -
stop building bespoke UI on each release and spend the programmer time on features and stability
I notice that each release of VS since .NET seems to provide its own suite of UI - all a little different from the Windows built-in widgets which makes it look a little unprofessional. I'm not talking about the bits which obviously need to be made, the fancy tree views and such (particularly since the Windows native tree view is a pain in the *** to work with), but the absolute basics like check boxes and command buttons - we don't /need/ new ones.
Normally I'm not that bothered, although it would be nice to have had the developer time…
2 votes -
rning VS2012 & WPF + XAML ...
Concerning VS2012 & WPF + XAML
It should be perfect if the XAML window would not be only separated in 2 parts (Design & XAML) but would be really divided in 2 windows...
I'm developping with multiple screens and I really dream to have :
->One screen For C# Editor
->One screen For WPF Designer
->One screen For XAML Editor.2 votes -
Add "Copy Value" option to the Watch window, much in the way that the tooltip watch has "Copy Expression".
For the last X versions of VS, to copy a watch value, I have to select Copy, and then paste the value (which is a combination of name, value, and type) into Notepad, and then from there, I copy the value I want to use elsewhere. The watch tooltip, on the otherhand, makes this process much more streamlined by providing "Copy Expression". Putting this into the Watch window proper will help quite a bit (especially since the tooltip tends to disappear if you move the mouse pointer too far as well as the fact that it is not always available)
2 votes -
Intercept "ESC" escape button with higher priority thread when transitioning to increase usability
Intercept "ESC" escape button with higher priority thread when transitioning to increase usability. If it has been detected to have hit the "ESC" button get the user out of whatever transition that got themselves into. Some examples might include: including SQL Connecting to a non existing database, or a really slow database, Opening a Project of the wrong type, connecting to a Windows Phone that is not connected or off, Search and replace files of a server for an entire region, loading an extension that if 58.3 gigabytes in size etc... The idea here is that when you hit the…
2 votes -
Hotkeys!
Visual studio 2010; The hotkeys aka keyboard shortcuts is horrible and has always been horrible in development tools! Not only are the standard hotkeys mindblowingly bad, it is also a pain in the *** to change them. The GUI is for it is bad, beyond outdated, and when you try to change a hotkey there is massive hotkeyconflicts which I have to manually change. I can't create my own empty set of hotkeys, can't save or load. Have you heard of the cloud? Save it there! You don't want hotkeys where you need more than your left hand. You could…
2 votes -
Add the ability to add color highlights to the editor
I liked the ability with a couple of the view enhancer extensions to be able to easily be able to distinguish class and method names by giving them a color, and making them bolded. They really stand out that way, and it can often help my tired old eyes find things after hours of coding. ;)
2 votes -
Support CTRL-0 to reset zoom
There seems a be some odd series of keystrokes that cause the text in code windows to get zoomed in and out accidentally, I see this all the time on multiple machines.
Some ways to fix this are to click on the Zoom dropdown in the corner of the window or to hold the CTRL button and spin the mouse wheel. Both of these options are annoying because they force you to use the mouse.
In most web browsers, CTRL-0 is a standardized shortcut for restoring the text to it's original 100% zoom, and it's what a lot of people…
2 votes -
Floating Toolbars in VS IDE
I just upgraded to VS2012 from VS2008. In VS2008, I was able to float the Debug toolbar over the current document window and shape the toolbar in a square or rectangle. I would position the toolbar just to the right of the code I was debugging. It was very convenient to have the toolbar so close to my code.
I can't do this in VS2012. I would like the ability to do this added back into the VS IDE.
I have added a screen shot of VS2008 to show you what I mean.
Thanks.
- Eric
2 votes -
Live debugging
Would be nice if one could change code while one is debugging and then change the break points to depending on altered code and carry on running through the debugger. I think it would make finding and solution problems a lot quicker
2 votes -
The VS 11 Reference Manager should store its size and the width of the columns
The new Reference Manager in VS 11 is great, but I have to resize it and the columns in the assemblies list every time I use it. The reason for that is that we use relatively long assembly names (CompanyName.ProductName.Area.Subarea). This is annoying. Please add code to store the size of the dialog and the size of each column when closing and restore this sizes when opening.
2 votes
- Don't see your idea?