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
-
Enhance configSource functionality in .config files
the configSource attribute is a great feature of .NET, but it has a few drawbacks. It would be nice if you could enhance configSource to make it more useful:
Allow configSource to "override" an element that contains content. Currently, the framework will throw an error if the element contains content.
This is helpful when multiple developers are working on a project and they all have their own settings they need to apply to their app/web.config. We can simply have our own file that we do not check into version control that overrides the entry specified.
If there is a security…
3 votes -
work item Tag
In VS2012 Update 2 work Item Tags were added.
I would like to be able to add/edit/ filter using these tags in Visual studio.
3 votes -
Improve the RDLC Editor and Rendering
Currently, the RDLC editor is VS 2012 has issues. These issues have occurred since the IDE was converted to WPF in 2010. We need a snap to align and other basic functionality you'd expect from a designer. While we're improving the editor, we need to improve the rendering. The answer provided about PDF rendering being processor intensive (http://social.msdn.microsoft.com/Forums/is/sqlreportingservices/thread/ca45fcc4-be69-410f-aaed-19b65f279330) doesn't fly. Many 3rd parties can convert HTML to PDF in seconds compared to the RDLC provider. So, allow HTML rendering and convert the HTML to DOCX or PDF.
13 votes -
VSTS Load Test : Get page response times for each browser type
In VSTS Load test results, Currently there is no such feature to see page response times for each browser type Separately. As we know, Server process the request based on user agent that we're simulating in the request (for example, different responses will be returned from gmail server for mobile and web requests).
There should be a feature to see response times for different browser types.
3 votes -
string should implement IReadOnlyList<char>
There is no reason not to. It already implements IEnumerable<char>.
1 vote -
Optimize for IReadOnlyList/IReadOnlyCollection in System.Linq.Enumerable
Certain extension methods of Enumerable that currently optimize for IList (like Count, Last) could do the same for IReadOnlyList and IReadOnlyCollection.
1 vote -
Add Markdown support for source checkin/commit comments.
For displaying checkin/commit comments for either TFS Source or Git Source, I suggest you add Markdown support so that some simple formatting can be included in comments.
To get more details visit Markdown specs page http://daringfireball.net/projects/markdown/.
7 votes -
Customize Team Foundation Service Process Template
In Team Foundation Service, allow the ability to change the current process template a created project is using as well as the ability to upload your own process templates to create new projecsts with.
23 votes -
to have a clean and easy way to remove TFS from a project or a solution.
Just like entering heaven may be wonderful, sometimes exiting from heaven may be even more joyful. In that light, TFS must have an easy way for us to remove TFS association.
1 vote -
Publicise WIX resources. i.e. 3rd party vdProj to wix converter, also WIX template add in for VS2012
Given the furor caused by dropping vdProj in VS2012, why have you not done damage control by publicizing the vdProj to WIX converter that is available from a 3rd Party (costs) and also the WIX template that is available free?
People need to know there is a path forward not just blind acceptance of Installshield lite.The converter allows currently deployed projects to be moved forward to VS2012 and be deployed immediately.
The template allows you to generate your own WIX project so you can practice and compare to the converted project. So you are ready when a green fields…1 vote -
For a Team Project based on Git on TFS Online, pls enable option "Copy build output to the following source control folder"
It'd good to have the option to copy the build output to an specific source control folder in a TFS Online Git project.
7 votes -
Have TFService 2012 make backups of work items.
TFS2012 in the cloud should have redundancy built in for my work items not just my code. I am not interested in purchasing a cloud product that cannot guarantee that I will not lose all my hard work for work items.
1 vote -
Find and replace
Hi,
There should be option to save the regular expression by name in VS 2012 find and replace window, so that we can save any regular expression and use it while next time. E.g. to remove extra space we can save the (^(?([^\r\n])\s)*\r?$\r?\n) regular expression as “Remove extra lines”, and this will be appear under the standard regular expression list under “Custom Expressions” menu, So that we can use this saved expression next time.
We can also provide manage custom search menu where we can provide the functionality to add edit, delete existing custom (User defined) saved regular expression.
Anand…
3 votes -
Add support for SSH keys as alternate authentication method in TFS Online
A common way to authenticate clients in a Git setup is to use SSH keys. It would be nice to have that method on TFS Online as well.
6 votes -
Add classcast<T> to .NET that changes the type
My idea is to implement a 'ClassCast'. In scenario's where you want to pick the algorithm to use based on the situation, changing the class instead of the data can add a lot of flexibility to the language. The basic idea is that if you have Foo : IBase and Bar : IBase and both Foo and Bar have the same field layout, you can do a 'var bar = classcast<Bar>(myFoo);' on an instance of an object that changes the type, but keeps the data in-tact. Because the layout has to be identical, you can do a compile-time check on…
1 vote -
please unsubscribe me
unsubcribe me please
1 vote -
Request a code review for Git
Like in TFS make a review Request out of Visual Studio.
4 votes -
Allow multiple people to check out and merge excel and access files in TFS
When checking out excel and access files only one person can check out a file at a time.
When using access databases on a LAN drive multiple people can edit a single table at a time without an issue. When using a shared excel document on a LAN drive multiple people can edit a single tab at a time without an issue. These features are already there. Why are they removed when checked out by TFS which is supposed to make merging and versioning of files easier?
For automated testing projects excel and access files are used almost as often…
3 votes -
Support a .NET 4.0 Service Pack on Windows XP Supporting those .NET 4.0 Bugs Fixed in .NET 4.5
This idea is in contrast to http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2723735-make-net-4-5-work-on-any-os-that-supports-4-0 and http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3116039-support-xp-for-4-5-until-the-end-of-xp-support-, which I do not support. It is parallel to http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3095632-make-vs2012-not-hide-net-4-0-bugs-when-targeting-, but I think is the converse of it.
Consider a developer who must support customers running Windows XP, and who also is unable or unwilling to debug their applications on a machine separate from their main development machine. Such a developer may feel that he cannot upgrade to Visual Studio 2012, since that installation would replace the .NET 4.0 assemblies on the developer machine, making it impossible for the developer to encounter the fixed .NET 4.0 bugs.
Unfortunately, it…
868 votes -
Collapsible Outlining in F# VS2012 Code Editor
Collapsible Outlining for modules, types and functions in Visual Studio 2012, with also Keyboard shortcuts
1 vote
- Don't see your idea?