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
-
Add the ability to explore folder, without exploring the parent folder.
Had to scroll up and down for couple of hours,In a big web project. And it's just needless effort for the eyes.
1 vote -
Start Browser with defined resolution
You have nicely included the option to start debugging with different browsers. What really would complete an awesome debugging experience would be an option to define and select different resolutions and start debugging with a defined window size. Even the option to select multiple sizes and have several browser start with different resolutions would be nice.
3 votes -
Value types
Allow winrt value types to have properties, methods and constructors.
13 votes -
css editor not Intelligent
css editor not Intelligent!!!,yes css editor not Intelligent.
please see microsoft expression web 4 css editor,The proposed css pseudo class and complate it,and very very another features which visual With all this greatness!,It has been denied.Unfortunately the new version of visual 2012 once it has been denie!!!Sorry,Sorry,Sorry :(3 votes -
1 vote
-
Make code review feature usable
The current philosophy seems to be that only active team members can participate in code reviews which are always made for one check-in. Here are a few suggestions on how to make it more usable.
1) Make it web-based so one doesn't need Visual Studio (and sources for entire solution). This way one could easily ask for consultancy from a remote expert
2) Make it possible to create review request afterwards and possibly spanning multiple check-ins. The current practise suggests people to do huge check-ins which is not a best practise.
3) Have the comments to make a discussion tree.…43 votes -
Code definition window and "Implement Interface" feature should include full XML documentation
When implementing an interface, the "Implement Interface" context menu does not insert the associated XML documentation.
It should, since that XML documentation is usually a good starting point. Consider perhaps adding a TODO tag.
The same should apply to abstract class implementation.
The alternative, copying the contents of the Code Definition window into your code, saves a lot of (re)typing. Unfortunately, the documentation does not include the XML documentation tags, which must be added by hand.
An example from the code def. window:
// Summary: <-- should be <summary>
// Performs application-defined tasks associated with freeing,
// releasing, or resetting…4 votes -
Add a 'collapse all' button to the model browser tool window
The Entity Model browser tool window now has a search feature (very nice). However, after executing a search you end up with a model browser tree that has almost all nodes expanded. A 'collapse all' button (similar to the one in Solution Explorer) would be a good idea.
3 votes -
Provide an extra functionality for Visual Studio editor such that when the user selectes a token, color for this token can be customized.
Currently setting colors is a bit tedious because of the so many entries (sometimes with unfamiliar names). The suggestion is to provide an extra functionality for Visual Studio editor such that when the user selects a token, color for this token can be customized, The user does not have to know the technical name of that token and he could do this visually on the editor directly.
1 vote -
1 vote
-
WinRT Desktop App profile
This comes off of the ARM Desktop post here:
http://blogs.msdn.com/b/b8/archive/2012/02/09/building-windows-for-the-arm-processor-architecture.aspx#10266574As stated in the article, ARM devices can't install desktop apps other than Office 15. Here is an idea to provide desktop apps via the windows store using WinRT instead of Win32:
* I agree totally with not allowing users to install applications for ARM hardware outside of the windows store. At least for the first generation of ARM PCs, this will greatly help reduce consumer confusion and improve their experience with these PCs. They find software for their PC in one place and everything they see in the windows…
132 votes -
Provide an extra functionality for Visual Studio editor such that when the user selectes a token, color for this token can be customized
Currently setting colors is a bit tidious because of the so many enteries (sometimes with unfamiliar names). The suggestion is to provide an extra functionality for Visual Studio editor such that when the user selectes a token, color for this token can be customized, The user does not have to know the technical name of that token and he could do this visually on the editor directly.
1 vote -
2 instances of MTM
Hi,
Is there a way i can open 2 projects on Microsoft Test Manager at the same time. Now when i am connected to a project and i feel the need to traverse to a different project it requires me to close my initial project. I came across a msdn blog which suggests i try loggin in as a different user " http://blogs.msdn.com/b/vstsqualitytools/archive/2010/02/27/running-two-microsoft-test-manager-s-side-by-side.aspx. ". But each time i try to log in as a different user i get an error stating "error parsing c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config parser returned error 0x80070005"
and then mtm crashes!
Is there anything i can do to…
8 votes -
Do not prompt to recover file when open in another instance of VS
If you are editing an unsaved file in VS and open another instance of VS the new instance will prompt you to recover the file regardless whether or not the first instance of VS is responding. Ignore currently open files in other VS instances when prompting user to recover files.
0 votes -
Make it possible to contract/roll up the menu bar in fullscreen mode
When in fullscreen mode I want to have the menubar "roll up" like a curtain and only show on mouse over.
3 votes -
The "close" key shouldhave a red background when hovered on it.
The "close" key shouldhave a red background when hovered on it.
1 vote -
Change back to the All CAPS style from beta.
Reapply the Mixed Caps for menus, and ALL CAPS for toolbox headers.
The user interface was much clearer the beta way than in RC1 vote -
Prevent auto binding of projects when opening source controlled solution
Currently when opening a solution that is bound to source control, any projects that are not yet on source control are automatically binded and added to source control.
See http://stackoverflow.com/questions/10852890/visual-studio-2012-rc-prevent-projects-in-solution-to-auto-bind-to-tfs-preview for more details.
1 vote -
List Comprehensions
I would love python style list comprehensions.
int[] start = new []{1,2};
int[] doubled = x*2 for x in list;1 vote -
Support C# Add() extension methods for collection initializers (like in VB.NET)
Collection Initializer should consider Add() extension methods as well as the built-in ones, which would allow custom code like this:
var l = new List<string> { {10,'a'}, {20,'b'} };
Assuming there exists an extension method
void Add(this List<string>, int, char)
Even Microsoft reported that it would be a good idea, but the issue got closed without a followup: https://connect.microsoft.com/VisualStudio/feedback/details/
18 votes
- Don't see your idea?