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
-
Best Practices
One of my frustrations as a developer in this rapidly changing world is deciding which technology to use. Sure, if I did nothing but read technical journals it would be easy, but that is a big IF. So when I want to create a new project and I have too MANY choices. If I'm creating a NEW project I don't want to have outdated options. I don't want to create an MVC 3 application, thank you very much, because I'm *assuming* that Microsoft made MVC 4 to be the better choice. Tonight I had to decide if my MVC 4…
2 votes -
copy local path to clipboard
I am constantly wanting to open up items that are in source control in a text editor. the way I do this today is, in Source Control Explorer:
-right-click on the item, select "Windows Explorer"
-Windows Explorer opens. I shift+right-click on the item and select "Copy as path"seems to be this should just be one step. I would like to right-click on the item in Source Control explorer and say "Copy local path to clipboard".
10 votes -
Autoformat source code on save
When save file(s) changes, VS formats changed file(s).
9 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?
51 votes -
TFS Preview : Sprint end date should be aligned automatically
I was going through the TFS Preview & found sprint dates are not aligned as per the effort & priority of sprint item given.
4 votes -
Add Id's to the HTML element tags generated in the LightSwitch HTML Client
if you look at the generated DOM in a typical LS HTML page, none of
the tags have any ID attributes, even though the elements are named in the LS Designer. This makes it not convenient to access elements of our choosing in our JS code, e.g. I want to alter the text of an element from the listener of another element.
Please consider adding ID (or Name) attributes for all elements that exist in the Designer.9 votes -
Make panning work in the source editor for touch devices
On my Surface Pro I keep trying to pan the source editor view, but it selects text instead. That doesn't seem very useful. Even without full DManip support, it'd be nice if I could pan the view (using the default behavior of being treated like a scroll wheel, like you get it most other desktop apps).
44 votes -
Support IDictionary properties in Entity Framework
Support for ICollection<T>, etc. seems good, but it appears the ability to map a IDictionary property on an Entity is missing. E.g., an IDictionary<string,string> of PhoneNumbers with a 'type' as a Key (e.g., "home", "cell") and a phone number as a Value.
When both types are primitive the case seems straight forward, but it would also be great to support entities as the Value (e.g., IDictionary<string, PhoneNumber>, where PhoneNumber is also a mapped class).
12 votes -
Build A Better Language
Microsoft,
I can't stay silent any longer. I've got to get this off my chest. For too long you guys have ignored users, like myself, that want to get the most from our machines and program for users that want the same.
For too long Microsoft has ignored users that find managed code an unacceptable solution to many of today's computing requirements. These users expect and need a modern language to include both SPEED, CONTROL and FUNCTIONALITY. They believe the problem with .NET is that it focuses too much on functionality at the expense of speed and control. For people…
2 votes -
Fix colors of built-in type aliases to be the color of types (or add an option to do this)
In C# int, string, short, and other type aliases appear with the keyword color (by default blue) instead of the color of classes (by default teal). I'd really like an option to switch this, or it should be deemed a bug and outright switched. All types, regardless of whether they are language keywords, should be colored the same. "public" and "int" are not of the same vein; "int" and "Int32" are, yet these highlight differently.
The same holds true of other languages, like VB.NET.
15 votes -
Remove everything outdated and antiquated from .NET vNext
.NET is starting to have a lot of the same "mess" than Java had when .NET pummeled it in the early part of the last decade. We have stuff like ArrayList, non-generic collections, ADO.NET, stream-based XML processing, and LINQ to SQL all cluttering up the libraries. It's rare I find a .NET developer who things he's using the best tools available but is wasting his time using some of these older, slower, ******-to-use libraries.
.NET is becoming too hard to learn to be good at for new developers fresh out of school. They're going to go to other languages they…
10 votes -
Support using Sharepoint Online for TFS
Hosting SharePoint is a pain for a small company, so SharePoint Online is a good option.
We need the offline version of SharePoint for our TFS connection with it.It would be great if either tfs.visualstudio.com or TFS 2012 can connect to SharePoint Online.
10 votes -
binding configuration timeout in the right order
In the automated app.config wcf binding configuration of a service, the timeout can be ordered as they happen.
The order is now:
closeTimeout, openTimeout, receiveTimeout, sendTimeoutit could be:
openTimeout, sendTimeout, receiveTimeout, closeTimeout6 votes -
Import tags via excel
Tags are very nice and since we are not able to customize the process template in TF Service, it is a nice way to decorable a work item with extra information.
At this time it is not possible to assign these tags via excel. If this was possible, it would save us a lot of time.
Can you make it possible to assign tags via excel / project?
7 votes -
Allow ability to disable XML comment warning for auto-generated code files
I want the xml comment warnings for code generated by our developers, because it is in our coding standards to add xml documentation. However, we are using Coded UI, so there are many auto-generated code files included in our project, which clutters up the Error List (when treating warnings as errors) with thousands of errors we have no control over.
I want to be able to turn on the xml comment warnings in general, but disable the xml comment warnings for only code files that are auto-generated that we have no control over.
So, please add one of the following: …
4 votes -
Code Coverage support for Windows Store Applications (Windows 8 Apps)
Please enable code coverage support for Windows Store Applications (Windows 8 Apps).
6 votes -
Add "Show all files" feature to Solution
We know the issue about solution folders not being real windows folders. Not saying we change that, but, just as any project has a "Show all files" button in solution explorer, let's have a similar button active for the solution itself.
It'd still show any folders not mapping to projects or solution folder as "not included" (like in projects when you have other files you need to right click and "include" them in project).
An enhancement might be also being able to create equivalent solution folders (as in: the "include" feature), but just accessing the solution windows explorer folder from…
3 votes -
Add submodule support in Visual Studio Git Extension
In the Visual Studio Git extension cloning a repo ignores submodules. When a repo is cloned it should perform a recursive clone through the submodules.
Also, submodules are not shown correctly for commits. Please add support for git submodules.
48 votes -
Lock down Team Foundation Service by IP address
If I have outsourced worker in another country working in one of our offices, I would like to lock access to our Team Foundation Service by IP, so when the worker goes home, he/she cannot access our source control outside our office environment via windows live.
7 votes -
File compression
Publish a project to increase the file compression feature, CSS, JavaScript files can be compressed, the next picture shows the Chinese version of the interface demonstration
6 votes
- Don't see your idea?