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
-
An Static class To check whether a file is an Valid Xml
A Static Class To check whether given input file is a "Valid Xml" or Not
1 vote -
Fully support the C++11 Standard
Visual Studio 2012 shoud fully support C++11 Standard! This will enable developers use the power of C++11. I know that VS 2012 supports some C++11 features, but VS 2012 should support the whole C++11 language! This is a shout-out to the Visual Studio Team!
1 vote -
Make Splitter Bars in Visual Studio user interface more prominent
The "flatness" of the new user interface makes it impossible to look at the screen and know exactly what is a splitter bar. They simply blend in with the rest of the interface. The only way to find a splitter bar is to move the mouse around until the pointer changes.
I am constantly resizing my splitter panels to go between viewing code and viewing stack traces, errors, and other output messages. Having to "find" the splitter each time slows me down so this is a productivity issue more than an eye candy issue.
In summary, please paint the splitter…
3 votes -
delete Team Projects Online
I have used the TFSDeleteProject tool, as sugested.
But it would be brilliant to admin that from the admin panel.
It worked perfectly though!
Good work.1 vote -
View Designer on Solution Explorer
Put View Designer button back on the Solution Explorer. its killing me!
1 vote -
1 vote
-
Include a provision for "approval & acceptance" of .NET Framework in automatic updates.
Everytime I try to imnstall the automatic update for a .NET Framework, my Vista does not allow it to install. I have to go to the KB # on the website, and manually download it whereupon I agree to the terms, and it installs. Why not provide a way to "accept/Agree" in the automatic updates?
4 votes -
F# TypeProviders should work in Windows Store Apps.
F# TypeProviders are not supported in .NET Portable Subset (Windows Store) libraries. The ability to use TypeProviders in a Windows Store app would be extremely beneficial.
3 votes -
Add "Name" property to Regex Group object
The Group object from the Regex library needs a Name property. I am in a situation where I have regexes that are not known at compile time being run, and I need to create a Name-Value pair from the resulting matches. This is very difficult without a Name property.
3 votes -
Can you add the ability to e-mail Query resulyts back into 2012? http://msdn.microsoft.com/en-us/library/bb822129.aspx
http://msdn.microsoft.com/en-us/library/bb822129.aspx
Enable the 2010 functionality please!!!!1 vote -
Managing the Reclaimmed connections automatically which helps the application performance
Managing the Reclaimmed connections automatically without dependencyManaging the Reclaimmed connections automatically without dependency
1 vote -
Provide covariance/contravariance language support with syntaxes in F# in sync with covariance/contravariance in C#/VB
Covariance/contravariance has its beginning in CLR 2.0 and also with the introduction of generics in .NET 2.0 (also in F#, C# and VB)
Then in C# 4.0 and VB 10, we have covariance/contravariance supports in the language itself. Currently we don't have support for these covariance and contravariance in F#.
I know it is a runtime feature of CLR 2.0 and 4.0 and I don't want to play catch up with C# and VB.
But this covariance/contravariance support in C# and VB are powerful to use and also have proven to provide cleaner and clearer ways to understand the code…
3 votes -
3 votes
-
1 vote
-
Add C# style object initializer
It would be nice to have a C# style class initializer with curly brackets {}:
var point = new Point { X = 1.0, Y = 2.0 };
let point = Point { X = 1.0; Y = 2.0 }
3 votes -
Let as an alternate for Dim
VB already reserves the keyword "Let". Why not allow this to be an alternative to "Dim"? I think it would help eliminate one of the least defensible and weirdest keyword choices in VB, making the language more palatable to new users.
Dim x As Integer = 1
-vs-
Let x As Integer = 21 vote -
Make Expressions implement Equals and GetHashCode
Expressions Trees are immutable objects, which makes them excelent in many caching scenarios, except for one big detail: They don't implement Equals or GetHashCode().
Considering the fact that they are immutable, I think it will be great if they implemented such methods, so they can easily be used as dictionary keys (for example).Also, this is more compiler specific, but I think that Expressions generated inside a method, without any reference to local variables, should be implemented as static readonly, always returning the same instance instead of generating a new instance each time. After all, the expression is immutable, so…
3 votes -
A VS Sln explorer selection can show up in Windows Explorer highlighted by right clicking it
A Solution Explorer selection in visual studio or any windows app that is related to files should allow for the selection of one or more files and directories in the current view and open up that view with those files highlighted sort of like a downloaded file gets highlighted.
0 votes -
Validation of UI look and feel
I want to test that if the text is visible on the page properly or not i.e. I want to check that the text did not get wrap due to the size of the label.
Can I do this with the help of Coded UI test.
I tried this by using assertion but assertion is validating the text of the label and that is available on the page so assertion got passed. So I do not want to check the availability of the label text but look and feel of the Label text.
3 votes -
Provide a good toolbar editor for Visual C++
Please enhance or create a new toolbar editor for Visual C++ that is on par with the one available in C#. It seems insane to have to still edit bitmaps outside of Visual Studio in order to get 24 bit colored buttons. I want to easily add buttons and set their bitmaps from a file of my choice just like I do with toolbars and image lists in C#.
Also, I think there is a bug in the current Visual C++ toolbar editor in VS2012 Update 2. If I right click on a button in the current editor and select…
1 vote
- Don't see your idea?