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
-
Just as in old versions add the template of 'web service page' in the 'add new item' menu' which is missing in VS 11
Just as in old versions add the template of 'web service page' in the 'add new item' sub-menu which is missing in VS 11
1 vote -
1 vote
-
more modularized
1. packages for different architectures can be choosen during installation. e.g. if I don't develop fo Itatium, just give me a option not to
install anything(headers, libraries) related to Intel Itatium, and when updating service pack, don't install sp for features I haven't installed.
2.3 votes -
Add support for DataBinding.ValidationRules in Silverlight
I have a UI Control i want to use custom validation, problem is my Binding target the objects inside a IDictionary<string,object>.
My problem can't get solved with IDataErrorInfo or INotifyDataErrorInfo and because I am binding to attributes inside the dictionary throwing exceptions to cause my UIControl to trigger a validation state will not work.
For example if the key is "Age" and the <object> contains an Integer based on other data that comes from a REST endpoint i will know that this is required to be and Integer and i want to strictly enforce that by adding a custom validation…
9 votes -
Tooltip information for the several items in the windows. Fields like effort, Business Value etc. etc.
In the several windows we can fill in values. Especially for new users it's easer to learn TFS when they get familiar with the keywords like Effort, Business Value etc. Can be a tooltip or other technique to show the corresponding information.
Thanks.
1 vote -
Provide ability to expand Active Directory groups as individual resources
When adding a SharePoint group to a resource calendar/group calendar that contains one or more Active Directory groups, one should be able to select an option to expand the individual users assigned to the AD group. This will allow all of the individual resources/users to be visible on the resource/group calendar. The current implementation only displays the name of the Active Directory group, thereby providing no insight into individual user/resource calendar details.
1 vote -
Change VS 2012 merge tool conflict coloring to convey the change that was made to the file
When using the VS 2012 Beta merge tool to resolve conflicts, the tool shows new text with green highlighting, deleted text with red highlighting, and conflicting code changes with orange highlighting. The problem is that when you have a conflict (orange highlighting) you can not tell if the conflicting code was added, deleted, or modified; the text is always black and the highlighting does not convey what type of change was made to the file.
In VS 2010 the type of change (add, delete, modify) was conveyed through the text color, and the conflicts were conveyed through the highlighting. This…7 votes -
1 vote
-
Column Options box needed in Requirements based Query in MTM
When have requirements based Test Suite you cannot order the tests, in regular query there is an Column Options box that contains a Sort Tab that will allow you to order your query. This feature should also be in the Requirements based Query.
3 votes -
Add "Move lines" function
Sometimes i want to move a block of code up or down. In notepad++ ,for example, i can press ctrl+shift+up / ctrl+shift+down and all the lines between selection-start-position and selection-end-position will be moved up or down respectively. If there is no selection, then it applies to the line the cursor is on at the moment. The only thing i found in VS is "Swap lines", but it works for one line only and it's not suitable for moving even one line for more than 1 position up or down. It's such a basic thing, so why need we to write…
9 votes -
Allow property declarations within interfaces to appear on one line
I'd prefer property declarations within an Interface to remain one one-line while property implementations in the class appear on multiples, making interfaces easier to read.
e.g.:
public interface IMyType
{
string MyName { get; set; }
string MyAge { get; }
}public class MyType: IMyType
{
public string MyName
{
get;
set;
}public string MyAge
{
get;
}
}Both formatting styles IMO work well in their own right, as the interface is easier to read while retaining the auto-new line formatting of property implementations.
4 votes -
in the new diff tool window, add a status bar message when files are identical
in old diff, there was a popup when files were identical. although I hate popups, it was nice to have something "in your face" letting you know the files were identical. please add a high-contrast status bar with a message stating they are identical. please DO NOT use a popup dialog!
5 votes -
Support optimistic concurrency source control in icons.
Revision control based on pessimistic concurrency has been obsolete for years (to say nothing of non-distributed revision control). The lock icon for an untouched file looks really silly.
Instead, I would go with icons to indicate new files, changed files, and maybe deleted files (with the file name greyed out).
1 vote -
Make the entire UI skinnable via CSS
If you're gonna go Metro (and I think you should), go all the way! I'd love to see the entire UI skinnable via CSS, right down to every last dialog.
It'll make writing UI themes much easier.
1 vote -
Change the way the [Authorize] attribute works by default in Web API
One of the primary ideas behind a REST API is that it is stateless. The current implementation of Web API seems to rely on Form Based Authentication. I would suggest ripping API Authentication out by default and have the default Web API template modified to reflect that. A selection of authentication of providers should be provided by the community or separate plug and play solutions.
2 votes -
Support Custom Markup Extension for metro style app
Silverlight has already supported the custom markup extension.
Because Static, DynamicResource and DataType markup extensions connot be use on metro style app, at least, it is nessesary to support custom markup extension for metro style app.
84 votes -
Refectoring option - Define interface from class
Suppose I have a class and I'd like to define an interface such that this class implements this (new) interface I'd like to define. That is the the re-factoring will define an interface for me such that the public members and properties of the class are the members of the interface.
Of course the class should be modified to now implement this interface as well.
1 vote -
Better contrast in statement completion window
The selection in the statment completion window ist nearly invisible (light yellow frame on white background).
It shoud have more contrast (black frame?) or should be customizable.1 vote -
Possibility to continue the test (append recording) after a replay of a previous recorded test
When a test scenario failed and you do a retest after the bug is solved (with play the recorded test) it is not possible to continue your test from the solved point and start recording again (append to the existing recording).
At this moment you have to start again and select "overwrite existing recording" and rexecute the full test scenario again from the beginning.1 vote -
@Date parameter
It would be great if there where parameters available that insert the date of today. Date of today - x days or + xdays, months, years. It should be possible to format this date (@Dateformatted(dd/MM/yyyy HHmm))
-> This would make test that checks on a date < today or > today still work on a later date without having to convert the test to a codeduitest and create a custom methode.
-> Is can also be used in a name to make a value unique if there is a condition that values need to be unique.5 votes
- Don't see your idea?