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
-
Cleanup the Solution Explorer context menu
The Solution Explorer context menu is totally ridiculous. We pay lots of attention to the toolbar buttons but people (groups within MS) continue to through everything plus the kitchen sink into the context menu. Let's not put features in your face at the cost of good usability.
1,493 votes -
Silverlight 6
Please do work on Silverlight next version. I feel Silverlight is great tool which has best in cross development web experience. Although you guys are spending time on HTML5 and other stuffs, but I feel it takes years to bring HTML 5 is not flexible enough like Silverlight.
One more thing, as a Silverlight developer it was only my chance to replace flash from my projects, but as you guys stopped working on it; I feel that I wasted my time in learning Silverlight.
Do start working on Silverlight, Only this will get you back in increasing footprints in website…
1,941 votes -
Bring back Classic Visual Basic, an improved version of VB6
The silent majority of VB6 users did not ask for changes that came with .NET
We request Microsoft brings back classic Visual Basic as COM development is back with Windows 8.
David Platt wrote an excellent article about why classic VB still thrives:
http://msdn.microsoft.com/en-us/magazine/jj133828.aspx1,515 votesHi,
This idea was accidentally closed as declined. I am reopening for review.
Thank you!
Meredith Magnusson
Visual Studio PM -
Provide a ResourceManager abstraction mechanism
The existing System.Resources.ResourceManager is based on .resx files built into a fallback assembly with multiple satellite assemblies. This model works fine for some situations but it is inappropriate for others. It is relatively easy to create custom resource managers but it is not simple to get an application to use the custom resource manager instead of the ResourceManager.
What is needed is an abstraction from the 'default' ResourceManager - a mechanism by which I can tell my application to use *my* resource manager instead of System.Resources.ResourceManager.
The solution should not be tied to a specific user interface technology. For example…
103 votes -
Add Mercurial support to Team Foundation Server
The addition of Git support to TFS is really good news for us DVCS aficionados. However, while many teams are satisfied with it, many others find it a very contentious option due to its fairly steep learning curve, unintuitive behaviour, and at times confusing terminology.
For teams that are making their first steps into distributed version control, Mercurial may be a better option. It would be great if TFS could support both systems.
472 votes -
TFService + git - Pull requests
Visual Studio's current Code Review feature works only from within Visual Studio: https://tfs.visualstudio.com/en-us/learn/code/get-your-code-reviewed-vs
When using TFService with git, we need something similar to Pull Requests, as a means for performing code reviews, as github.com and bitbucket.org offer:
https://help.github.com/articles/using-pull-requests
https://confluence.atlassian.com/display/BITBUCKET/Working+with+pull+requests
64 votes -
Enable HLSL, DirectX and graphics development toolset for the C# language.
Visual Studio only provides hlsl compilation tools for C++ projects, while C# projects which also use hlsl are left without this facility. This is a glaring inconsistency in the tools provided to each language. C# is meant to be a first-class language yet the DirectX tools which are built in to Visual Studio are not equally provided to C#, this is an unnecessary and arbitrary limitation.
Developing DirectX applications with C# is becoming easier and there are now more tools than ever to work with this combination of technologies, including SlimDX and SharpDX, both fully capable managed DirectX frameworks (wrappers).…
254 votes -
Make Code Review available to Professional users
Code reviews currently can only be requested and viewed by VS Premium and Ultimate users. I fail to see why this feature is not available to anyone using TFS, regardless of Visual Studio version. If peer code review is required, then all members of the team must do it. However, in our company, we only get Premium MSDN licenses for developers that need it. Not everyone needs all the bells and whistles that come with Premium. And I don't think its worth the extra $5,000, per developer, to upgrade to Premium just to do code review. We would love to…
133 votes -
When in the "Find Changesets" dialog in "Source Control Explorer", it would be nice to have an option to rollback the changeset
When in the "Find Changesets" dialog in "Source Control Explorer", it would be nice to have an option to rollback the changeset that was found/searched for. Currently, you have to view history on the solution/folder/file to select the changeset and roll it back.
28 votes -
Support Solution Templates, which include a number of Project Templates
For any non-trivial solution, I will have multiple projects. Typically, since I try to write loosely coupled, testable, code, I have projects like:
Core
Infrastructure
UnitTests
UIFor a given platform, say ASPNET MVC, I would like to define a standard solution template that includes the projects. Ideally it would also be easy to customize the template so that the individual projects have certain nuget projects in them (e.g. nunit/xunit), but that can probably already be done separately from this feature.
149 votes -
Make existing Visual Studio visual designer and extensible enough to be available for other programming language such as F# as well
I don't know how to write this suggestions clearer than the current title. I'll try to explain the background of this suggestions
This is the current situations in VS 2012:
1. F# has included as one of first class language since VS 2010
2. F# user base has grown larger than before, thanks to #1, Microsoft! But unfortunately? (read next)
3. Can't create ASP.NET project template using F# other than C# or VB.
4. Can't create WPF (hence Silverlight) project visually using F# (again, other than using C# or VB)
5. Can't create visual Windows Store app using F#, just…24 votes -
Surface [Obsolete] APIs in the XAML designer
When a type (or it's properties) are marked [obsolete] the designer should surface those as designer compile warnings as well.
70 votes -
silverlight compile to html5 or Have XAML run in browser without plugin
have Silverlight compile to html5 or Have XAML run in browser without plugin.
50 votes -
Add the ability to perform a TFS "Get" operation in the Visual Studio IDE during build as has been available in the past
I provided this in bug 786979 (http://connect.microsoft.com/VisualStudio/feedback/details/786979/cannot-perform-a-get-operation-in-vs2012-tfs-when-a-solution-is-building). There is too much hand holding that has been introduced in VS2012--and this is part of it. It makes advanced users less productive. At least provide the ability to dismiss the message once you've seen it once as in earlier versions. I know you can still do this with the command line, but this is annoying if you simply want to get a single file up to date, especially with large solution structures with many files and folders such as we have.
15 votes -
Allow TFS "Get" operation in VS2012 Solution Explorer to get only the files that are in the solution
Unfortunately, in VS2012, a TFS get operation in Solution Explorer is basically the same as a get operation in Source Control Explorer. In the past, the get operation from Solution Explorer only obtained the files that were in the solution and projects (sln). If you wanted all other files, you used Source Control Explorer. The new design is causing us many problems because we have several files in Source Control that have absolutely nothing to do with the solution build, but have much to do with the product itself. For example, we have many documents and SQL databases that stored…
17 votes -
Support custom Direct Manipulation implementations in Windows Store Apps
Currently the only way to take advantage of the direct manipulation in a XAML Windows store app is by using a ScrollViewer. However that isn't always appropriate. For example if one wanted to implemented a fixed columns Excel type functionality where the cells of the first column should not scroll horizontally but the cells should participate in the vertical smooth scrolling and where cells in the first row (and header) should scroll horizontally but not vertically. There really isn't a way to prevent some of those from scrolling since the ScrollViewer's Direct Manipulation implementation will animate/offset the rendering in the…
94 votes -
Git Provider should *not* add new files to index automatically
The new Git source control provider in VS2012 U2 works quite nicely, but it keeps adding new files to the git index automatically. This messes with my git workflow so much I actually had to disable the provider. The behavior also seems quite arbitrary, i.e. it doesn't make sense to me why anyone would want to add a new file to the git index right when it was created. Please make the Git provider not touch git and the git index ever, unless the user requests it to do so (the provider is actually quite good in this regard already,…
38 votes -
Allow Boost Test Cases to be grouped into a Test Suite and reflect the same in the Test Explorer Window
In Native Unit Tests, a TEST_METHOD can be grouped under a TEST_CLASS and the same is reflected in the Test Explorer.
In a similar fashion, I would like to group BOOST_AUTO_TEST_CASE under BOOST_AUTO_TEST_SUITE and same be reflected in the Test Explorer.
Example Code:
BOOST_AUTO_TEST_SUITE( test_suite1 )
BOOST_AUTO_TEST_CASE( test_case1 ){ BOOST_ERROR( "some error 1" ); }
BOOST_AUTO_TEST_CASE( test_case2 ){ BOOST_ERROR( "some error 2" ); }
BOOST_AUTO_TEST_SUITE_END()
In the above example, two Test Cases belong to a common Test Suite.
Hence i would like these two test cases be grouped under this Test Suite and reflected in the Test Explorer Window.34 votes -
30 votes
-
Test Suite Security Permissions in MTM
Implement security permissions at the test suite level within MTM. Currently one can set permissions in a test plan and in doing so the tester is unable to delete the test plan. Problem however, is there is no means to restrict at the suite level. So even if a tester cannot delete the test plan, they are capable of deleting any and every suite within this test plan. Since all test execution results are stored in the test suite, the plan setting should either be inherited by the suites or there should be a means to customize for the suites…
138 votes
- Don't see your idea?