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
-
Fix the UI
Just downloaded VS2k12.
Wow......
Please, please, please, FIX THE UI.
I know there's some very cool stuff in 4.5. The async stuff alone puts you ahead. But honestly, I can't even get to it - the UI fired up and there's no colour. There's no chrome. The menus shout at me. It's all been ruined by Metro (sorry, TIFKAM).
Fail, uninstalling.
I understand you feel the need the foist this garbage on consumers, post Apple. But Sinofsky's left, and I'm a developer. I don't need this. I don't want it. I'd rather use SharpDevelop. Or Eclipse. Or... anything but this.
…
1 vote -
It would be nice to see the Sprint # and date range in the work item sprint backlog the way it shows in the backlog under current sprint
It would be nice to see the Sprint # and date range in the work item sprint backlog the way it shows in the backlog under current sprint
1 vote -
Migration from On-Premise to Team Foundation Services
Would like the ability to migrate TFS On-Premise to TFS Cloud Services. We have been using TFS for years now and want to keep our customizations and history.
9 votes -
Stupid feedback mechanisms on Connect
Why are there two feedback mechanisms on the same website? MS is nuts.
0 votes -
c# directly in Office
Office continues to use the dead language VBA for macros. Using the Roslyn project, it should be easier to allow C# to be written directly within Office. This would be a huge, huge improvement over having to write and maintain VBA macros.
VSTO and VSTA are a clunky solution at best, and deployment of Office apps using them is always an issue. Making Office natively support C# is the solution.
3 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: …
3 votes -
Add a QueueUserWorkItem overload to ThreadPool that will be taking smth like IExecutable
Currently QueueUserWorkItem and UnsafeQueueUserWorkItem allocate a small object on each queueing.
Add an overload that will be taking IExecutable so that using ThreadPool won't add pressure on GC.IExecutable could look like this:
interface IExecutable
{
void Execute();
}3 votes -
visual c++ 2010
please make one page of instead of making different pages of learning for visual c++ 2010
1 vote -
Make Team Foundation Service use the user's Microsoft Account name and picture
Today, Team Foundation Service supports sign in using Microsoft Account, but it requires you to upload a new Picture and define your name again instead of using what is already defined in the user's Microsoft Account.
9 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 -
Product / Release burndown chart
Besides the wonderful Sprint burndown chart, I would like to see the release burndown chart so that I know how likely is the release going to be finished.
0 votes -
In Visual studio, please provide the facility to debug the _g.cs files generated after compiling XAML files. It will help a lot.
When we work on XAML related projects. We have to do lot of manual parsing of XAML in case there is a problem in binding for example a wrong spelling of property. If we can debug the _g.cs file generated after compiling xaml that will help a lot.
1 vote -
Self-Extending Integration
Hi,
I am a good programmer of VB.Net I found it Very Easy to use. But the thing i want is that programmer should be able to extend language by building new keywords. As In some class If we use IDisposable Then we can use Using statement for that class. So I want that user make new classes and make new keywords for them. Although It is easy to say this but i think its programming will be so hard but VB.Net will be language extending itself. There should be a class for implement or inheriting Keyword and build rules…3 votes -
localization
In newly announced Android Studio exist one very cool feature - ability to show all screens with different language settings. In Visual Studio 2012 we have a very helpful / useful Device View. It would be amazing to have option to choose localization language to preview in XAML Designer. This way I will be able to adjust my UI or change my localization, without running tons of emulators.
1 vote -
Make existing Visual Studio visual designer and extensible enough to be available for other programming language such as F# as well
I don't know how to write this suggestions clearer than the current title. I'll try to explain the background of this suggestions
This is the current situations in VS 2012:
1. F# has included as one of first class language since VS 2010
2. F# user base has grown larger than before, thanks to #1, Microsoft! But unfortunately? (read next)
3. Can't create ASP.NET project template using F# other than C# or VB.
4. Can't create WPF (hence Silverlight) project visually using F# (again, other than using C# or VB)
5. Can't create visual Windows Store app using F#, just…24 votes -
Add the ability to open an work item in another tab
Hi,
I mostly use the TFS with the web interface. And I miss the possibility to open a workitem (from a filtered and sorted list) in another tab.
The background is that if I open it in the same tab and navigate back my filters are gone.
Furthermore it like to have a list of my workitems and one or more specific work items open in different tabs at the same time (without copying the url) even if the back navigation works properly.
1 vote -
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 a way to release Shared-non disposable objects in MEF
Add a way to easily release objects/exports from the CompositionContainer
3 votes -
Support Azure SDK 2.0 on Hosted build services
Azure SDK 2.0 is not installed on the hosted builder services
3 votes -
A new block statement conception
It's a bit long but very easy to understand.
The following block statements would have members as well as the objects:
If
Select
While
Do
For
For Each
TryFirst of all, some simple examples...
- the Exit and the Continue block-member-statements:
For i = 0 To 99
Select Case i
Case x
For.Exit
Case y
For.Continue
End Select
Next- an example to control the outer For loop:
For i = 0 To 99
For j = 0 To 99
Select Case j
Case a
Select.For.For.Exit
Case b
Select.For.For.Continue
End Select
Next
Next- same with short qualification:
For…1 vote
- Don't see your idea?