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
-
Keep old Visual Studio 2012 Updates available for download (e.g. Update 1)
When Visual Studio 2012 Update 2 was released, all traces of Update 1 were removed from the Microsoft site. That means no one can downgrade in case of a major regression, unless they happened to download the software during the short few months Update 1 was available. This, combined with the lack of ISO download, makes it impossible to support a stable, consistent set of tools, when adding a new workstation to your team. If I want to keep using Update 1 I have no choice but to find the download from unofficial sources.
Please, Microsoft, keep all 2012 Updates…
3 votes -
Run CodedUITests after successful build and report failures at a step level
We would like to run CodedUITests after successful build and report failures at a step level.
5 votes -
Let us create multiple collections on Team Foundation Service
As an organization with 25+ developers and 15+ ongoing/supported projects for several customers, we need the ability to group our team projects into different project collections.
I am sure we are not the only ones.
99 votes -
OpenSearch support
Add support on MSDN for OpenSearch, so that you can search MSDN directly from the quicksearch bar within the web browser without first having to visit the MSDN site and search from within the site itself.
1 vote -
Increase Work Item Size Limit in TFS Service 2012
Increase Work Item Attachment Size Limit in TFS Service 2012. The default is about 4MB, what if you are working on the project which has teh resource more than 10MB? there should be the place to change that, or by default it should be allow up to 2GB.
22 votes -
using Command line executing automated test case in a test suite(MTM) based on the order in MTM
Using below command im able to execute automated test case in a test plan(MTM)
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\TCM.exe" ru
n /create "/title:XXAutomation" /planid:17 /suiteid:528 /configid:3 /co
llection:http://***:8080/tfs/***/teamproject:XX"/setti
ngsname:Automation default" /builddir:C:\Share\xx\XX_20130515.3 "/test
environment:Naren's" /includeHowever
These test cases are executing based on the test ID(ascending) not by order of test cases in MTM.
It would be good if you provide a option to run test cases in a test suite according to MTM order
3 votes -
Using below command feture to run according to the Order(Order Test)? it would be added advantage
Using below command im able to execute automated test case in a test plan(MTM)
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\TCM.exe" ru
n /create "/title:XXAutomation" /planid:17 /suiteid:528 /configid:3 /co
llection:http://***:8080/tfs/***/teamproject:XX"/setti
ngsname:Automation default" /builddir:C:\Share\xx\XX_20130515.3 "/test
environment:Naren's" /includeHowever
These test cases are executing based on the test ID(ascending) not by order of test cases in MTM.
If you provide a option or feture to run according to the Order(Order Test)? it would be added advantage.
Please help me in this?
1 vote -
Enhance the Cloud TFS Git Support
Guys, it was really great move for VS team to support git, But the current Git support is very primitive.
I can't connect to TFS Projects with other IDE's or Non-TFS Build server's for our mobile development. It's becoming a hindrance to continue.
Requesting you to support the Git Eco-System, not that i don't want to use TFS. We do use TFS and other tools as well for different purposes.
3 votes -
Migration tool from svn to Team Foundation Service
I would like a tool to enable us to migrate existing projects (trunks/branches/history) to Team Foundation Service
1 vote -
Add an option to Reset explicit permissions
In Team Foundation Service, provide an option next to
"Clear explicit permissions" to "Reset explicit permissions" to default/initial values.1 vote -
Add Simultaneous Multi-Caret editing to Visual Studio
Simultaneously edit in more than one location in the editor.
If you've ever ran into a case where you wanted to quickly change variable names or multiple loop conditions - you should be able to set more than one caret on screen and simultaneously edit/type/move all of them together
An extension that does this can be found on the gallery:
http://visualstudiogallery.msdn.microsoft.com/2beb9705-b568-45d1-8550-751e181e3aef19 votes -
Fix HTML5 validation for data attributes
Valid HTML5 data attributes:
1. data-isnewuser="data-isnewuser"
2. data-isnewuserVisual Studio allows 1 but warns about 2: "Warning Validation (HTML5): This attribute name must be followed by an equal (=) sign and a value. If the value is in quotation marks, the quotation marks must match."
That warning is wrong. And 2 is preferable as it simplifies the markup.
See:
http://dev.w3.org/html5/spec/Overview.html#boolean-attribute
http://stackoverflow.com/a/9729132/1711500
http://stackoverflow.com/a/4140263/17115003 votes -
Lots of Improvements needed on the XAML Webview control on WinRT
The Webview control in XAML is in an abysmal state right now.
1. You cannot render any controls on top of it
2. It doesn't pass on interaction events back to the host window so you cannot "swipe" to the next control if you are using it in a flipview.I understand it's developed as a separate window and why we have all these restrictions but then what I don't understand is that it's been in such a state since Silverlight 3.0 (or was it 2.0?) and there hasn't been any improvements. We have developed an entire HTML/Javascript stack and…
11 votes -
Make the system more open for process changes even after creating projects...
and make it more user friendly
1 vote -
Add the ability to export work items to Excel in the web based 2012 TFS
This was available in previous versions, why was it omitted from the 2012 web version of TFS?
15 votes -
Graphs (like Unreal Kismet/Softimage ICE) everywhere and in Express edition
make graphs a viable development solution so that more designers start using VS and enable more "visual" people to get into software development easier. initially by combining graph nodes and later by creating or modifying them.
This will allow for a more rapid adoption of coding, better understanding of structures with less commenting, and promote standardization and thus optimization of basic use cases. Unreal's Kismet, same as Softimage ICE allows the creation of very simple and even complex structures very fast.
Those not familiar with what i am talking about could look here:
http://www.matkovic.com/anto/random_on_island_tree.pngThere are some similar tools already…
3 votes -
WPF fails at OOP: we need template inheritance
WPF fails at OOP: we need template inheritance
1 vote -
ssh key auth instead of username / password method
nowdays it's routine to use ssh private key for authenticating in code repositories ! pleas add this feature ! i'm fed up with entering my username and password each time ... !
4 votes -
Custom AOP Aspects implementation and aspect-weaver using Roslyn
Roslyn is a very open compiler framework which could be used to implement AOP aspect-weaver at compile time instead of using Dependency Injection containers at run time which is not good for many scenarios.
6 votes -
Fix the UI
Just downloaded VS2k12.
Wow......
Please, please, please, FIX THE UI.
I know there's some very cool stuff in 4.5. The async stuff alone puts you ahead. But honestly, I can't even get to it - the UI fired up and there's no colour. There's no chrome. The menus shout at me. It's all been ruined by Metro (sorry, TIFKAM).
Fail, uninstalling.
I understand you feel the need the foist this garbage on consumers, post Apple. But Sinofsky's left, and I'm a developer. I don't need this. I don't want it. I'd rather use SharpDevelop. Or Eclipse. Or... anything but this.
…
1 vote
- Don't see your idea?