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
-
Create tabbed control like visual studio 2012 has for WPF
To make a big and complex applications for desktop with a lot of windows please, provide tabbed control for WPF which will have the same functionality as Visual Studio tabbed interface has.
This will make development of complex applications much more easier and UI will have more functionality.
4 votes -
On "You have mixed tabs and spaces. Fix this ?", Display in bold the Tabify or Untabify button based on text editor settings
When the IDE displays "You have mixed tabs and spaces. Fix this ?", Display in bold the [Tabify] or [Untabify] button based on text editor settings.
For example, if the file is a C# file and the C# editor tab settings are set to "Insert spaces", the [Untabify] button text should be bold.
If the SQL editor settings are set to "Keep tabs", then the [Tabify] button text should be bold.
The idea behind this easy update is that developpers generally now the tabbing used for their main language but don't remember the one used for satellite languages. displaying in…
2 votes -
Bring back the basic setup and deployment project type Visual Studio Installer.
You really need to bring back the basic Setup and Deployment project name Visual Studio Installer. It was a clean, simple, and effective installer for home grown applications that were to be deployed internally. I downloaded and used InstallShield LE and it's too complicated and overblown to build simple effective install/uninstall capabilities. Why did you remove it to begin with? We have to support desktop applications for the foreseeable future.
5,718 votes -
allow different work item types (WITs) to be presented in different colours on the TFS Kanban board
I'm looking to show different Work Item Types in different colours on the TFS2012 Kanban board (Agile Template).
I'd like the different WITs to appear in different colours (e.g. User Story in blue, Bug in Red etc). I'm pretty certain I've seen this in Team Foundation Service (cloud) but not in the locally deployed version.
Can it be done? If not, is this feature on it's way to TFS in a forthcoming update, and if so, how far down the road map is it?
Thanks in advance.2 votes -
E4X Syntax Support in C#
E4X offers a very simple and elegant syntax for assigning in-line XML data and XML data access and manipulation. The .NET Framework has some very powerful classes and assemblies for XML manipulation (System.XML, LINQ to XML). If the power of the .NET XML tools could be combined with the simplicity of E4X, this would not only simplify XML data usage, it would reduce the developer workload and offer a very attractive addition to .NET languages and Visual Studio! In addition, E4X could effectively be a wrapper for the already powerful .NET classes.
For example (using proposed C#), assigning XML data: …
8 votes -
Enable export of test cases from TFS2012 into Excel, with proper formating in the steps.
We used to use test case extractor to copy our test cases to excel and it worked very well on TFS 2010. Now that we have upgraded to 2012 they Steps field does not have any formatting and steps do not export properly.
7 votes -
When moving a child story of an epic up the backlog board, keep the link to the parent epic
When we have an Epic product backlog item with many child PBI's, we want to be able to move one child item further up the backlog order - but doing so breaks the link between the parent and child story. This becomes difficult to track.
8 votes -
Allow for custom rules in work item field reference
It would be nice to have ability to write complex rule for work items field. In my scenerio I have custom field Due Date and I would like to set its value to "DateTime.Now.AddDays(7)". Currently I can only use COPY rule but it support only static value.
Here is full description: http://social.msdn.microsoft.com/Forums/en-US/tfsprocess/thread/806d8398-00c6-4cd8-8356-228eeaef63ab
10 votes -
Let Quick Info show comments too
Let Quick Info show comments attached to a defined symbol
4 votes -
Make Project GUID generation non-deterministic
Right now, project GUIDs (used in the sln file) appear to be generated deterministically -- which means that whenever two people add a project in different branches, they will be guaranteed to conflict! It is a pretty constant annoyance where I work.
4 votes -
A way to view boards for past and future sprints in Team Foundation Server 2012
I've seen that this is avaliable in Team foundation Service but why not Team Foundation Server?
It would be really handy is this wa a feature as sometimes just viewing a list really doesn't give you a good idea of how much work you have.6 votes -
Coded UI can discover the color/backgroundColor of the controls in WPF
We can´t valite business rules involving a color change in the UI. Ex, if the balance is negative, the color of textbox where you see the balance is red.
25 votes -
Support c++11 concurrency header files in c++/cli
When using the /clr switch in VC++ 2012, it is not possible to include some of the new c++11 header files (i.e. <atomic> / <thread>) as compilation will break.
One typical application of c++/cli is to wrap a native class inside a (managed) ref class to expose its functionality to the .net world.
The restriction previously described prevents a ref calss to consume a native class with members like std::thread or std::atomic<T>.
A workarround (pimpl-idiom) is discussed in this topic:
(http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/9771f61c-05b7-4e3e-96fb-ac9ea31ac3f4)The former approach requires to change existing code, therefore support for the new c++11 header files in…
21 votes -
Add standard formats to TimeSpan which allow the formatting hh:mm with more than 24 hours
In TimeSpan format strings hh refers to 'The number of whole hours in the time interval that are not counted as part of days.' I'd like to have a designation which is just 'The number of whole hours in the time interval' so I can output 36:00 instead of 1:12:00.
2 votes -
62 votes
-
Provide API documentation for the customization of TFS Web Access 2012
We would like to customize TFS Web Access 2012 to add new tabs, pages and other content to support our in-house processes. We were able to do this in the previous version of TFS Web Access. But there is no info about doing so in the current version of TFS Web Access.
424 votes -
Allow querying work items by 'Tag'
The introduction of the 'Tag' field on the latest Team Foundation Service release is very nice. However, it is not possible to use this field when building a query.
Please could we have this field available in the query builder?
71 votes -
Support the Multilingual App Toolkit to WPF or Windows applications
The Multilingual App Toolkit is only working for Windows Store apps, this is a great way/help to have multi-language applications and it is needed for any type of applications not only Windows Store apps.
6 votes -
Test explorer - show which test is currently running
Previously (VS 2010) it was possible to see which individual unit test is running.
I have a set of relatively long running unit tests with external dependencies - it can be useful to see which one is running at any one time.
3 votes -
Do not disable the toolbox when debugging
When i debug in visual studio, the toolbox goes blank. This is really annoying since I often want to make a change to an aspx page by adding a textbox or some other control to the page and I have type it all out instead of being able to drag and drop controls.
3 votes
- Don't see your idea?