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
-
Provide named filters for sets of unit tests in the Unit Test Explorer, Test Manager, and Tfs
There needs to be a way of specifying to only run the unit tests that have some specified properties and sharing that criteria with the team and build server. This is not a “list” of tests. This is a query that returns a set of tests.
This could then be used by developer to tester to only run the set of tests they are interested in. That maybe based on namespace, test names, test categories, priority, attributes etc.
This would enable a number of scenarios. There is a start to this for TFS builds but it is limited to use…
28 votesThe product team is has started work to address this scenario.
-
Keyboard Shortcut to expand / highlight folder like "Model", "Views", and "Controllers"
In my workflow, I'd like to easily set up a keyboard shortcut to open "Views", then type "P" to go to the first P....Controller file. The best solution I can find now is to set up macros, etc, it should be really easy. Right-click on a folder, "Add open shortcut..." and a dialog to define a highlighting shortcut set.
3 votes -
Support elastic tab stops
Support elastic tab stops! Just look at the picture on this web site:
http://nickgravgaard.com/elastictabstops/
P.S. we should be able to make the choice between spaces/tabs/elastic tabs on a per-solution (or per-project) basis.
113 votes -
let vs11 save solution explorers open
when im working on vs11 and add new solution explorers its disapper after a close the project and re open it vs doesnr save my workspace
i like to make it remember my changes
5 votes -
Create a silverlight application for tablets, specifically BlackBerry PlayBook
I bought the PlayBook specifically because of its qnx system which i was told was what the Internet ran on. However I've found that many of the sites i use to watch media require silverlight (Sky for instance). I believe silverlight's popularity and marketability would increase exponentially by broadening its base.
6 votes -
Package Visual Studio as .xbap
Many currently available libraries,.NET Framework versions and development tools are not compatible with each other. For example, one cannot deploy .NET 4.5 beta side-by-side with .NET 4.0, or there are incompatibilities between certain versions of DevExpress. To allow a developer to work with different configurations, at this moment we have to create different virtual machines containing Visual Studio 2010 and all other frameworks, libraries and tools. We do have a solution at this moment, but sometimes it is a lot of work to maintain all these development environments. Since VS 2010 is already implemented using WPF, would it be possible…
1 vote -
A build controller should be able to provision new prestine build agents on the fly
After a build, a build agent could become "dirty"; i.e. COM/GAC components could have been installed, registry changes could have occurred, etc.
To make sure that following builds are not using these changes and that the following build is simply succeeding because of previous builds, the build controller should be able to provision a new build agent or revert a build agent back to a known baseline.
The provisioning should take into account patching, updates, etc.
Alternatively, the build controller should expose an extension point, so you easily could plug your own provisioning scheme into the process.
3 votes -
Make the Visual Studio editor as good (or better) as Sublime Text (http://www.sublimetext.com/)
It's an embarassment that one guy wrote a better editor than the whole Visual Studio development team.
2 votes -
Function argument aligment auto-indent should be customizable
VS11 aligns function arguments with the left bracket and it is not the desirable behavior for all the people. There should be an option how to align function arguments, e.g like in vs10 and prior or like it is now in vs11. Now it could be done with completely turning off of the auto indent only which is not the thing one wants to do.
16 votes -
XP support for applications created with Visual Studio 11 C++
XP support for applications created with Visual Studio 11 C++
14 votes -
Include Blend's "drag-to-change value" feature in the properties toolbox.
When fine-tuning things like margins or opacity, the properties window in Blend allows you to click and drag the property name to increment or decrement its value. It would help to have this feature in VS so we wouldn't have to switch to Blend to get minor things like this just right.
1 vote -
Use Blend (Photoshop) Hotkeys in XAML designer
To make XAML editing more like Blend, include the photoshop hotkeys (ie: "H" for hand panning, and "V" for selecting, etc..). This made designing and fine-tuning the interface more productive in Blend, especially if you're used to Photoshop.
1 vote -
Change DeploymentItem so it copies Files for each TestMethod
The DeploymentItem allows currently only to copy a file once. It will not be overwritten automatically if it is still in the folder but a new TestMethod is executed. This is very anoing for real unit tests and could easily be fixed by adding a property with which it is possible to define that a file shall overwrite existing once.
10 votes -
Drag-Drop Parent Child relations
In the backlog of TFS 2012 you can reorganize the priorities using drag and Drop. It would be nice to also support defining parent child relation using drag and drop. This also goes for the Spint page where you should be able to prioritize the Tasks and even drag a Task from one parent to another. Currently we use Urban Turtle with TFS 2010 and have these options. I would like to keep them.
9 votes -
decltype in C#
There is a good feature in C# - var keyword for type inference (http://msdn.microsoft.com/en-us/library/bb384061.aspx).
It allows you to write something like this:
var a = newMyClass(); // a has type MyClassThere is the same feature in C++11 - auto keyword, but in c++ you :
auto a = new MyClass(); //a has type MyClass*But in C++11 you also have decltype operator which means the type which have some expression.
So my suggestion is to add decltype analog to C# to write:
var a = new MyClass<int, MyClassB>.InnertClass();
var listOfA = new List<vartype(a)>();
// listOfA will have…20 votes -
Load the ASPX designer in background and never freeze the rest of the UI
When I open an ASPX file or switch to a open ASPX file the UI can freeze for a long time (20sec) sometimes. While loading the designer I should be able to continue using visual studio without having to wait for the designer to load this including the ASPX file getting parsed.
8 votes -
Add virtual auto-implemented properties to F#
abstract Users: ICollection<User> with get,set
default val Users = Unchecked.defaultOf<ICollection<User>> with get,setmember val is awsome but when a property must be virtual (such as a delay-loaded collection in Entity Framework) you have to switch back to the manual backing store.
6 votes -
I not want this kind of formatting in css. how I can stop it
I want to stop open brace and close brace. VS open them in different way then mine. How I stop this.
5 votes -
Make Blend use the same keyboard shortcuts as Visual Studio
Right now, Blend has it's own set of keyboard shortcuts, and for the most part, they don't match Visual Studios. I would LOVE to see Blend have a keyboard selector like Visual Studio, where it let's me choose which one I want. That way designers used to their other programs can continue to use Blend without change, but so can us VS geeks....uh devs. :>
PS I was told to enter this here from @VisualStudio from Twitter.
5 votes -
protected internal modifier meaning "and" and not "or"
Within big projects/dlls it is nice, to restrict several methods to very limited use.
For specifying: "this is not part of the public API", the specifier 'internal' can be used. But there is not much tuning: you can either allow this to the whole assembly by using 'internal' or to the class only by using 'private'. To allow this to be used only to a subset of the Assembly classes, namely the inheriting ones, one can not use "protected internal" since this means "protected or internal" and is of very rare use. A modifier for protected-and-internal would come very handy…
2 votes
- Don't see your idea?