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
-
Add "Favorites" tab to extension manager
Please add a "favorite" tab to an extension manager, and synchronize with the profile of Visual Studio Gallery.
3 votes -
Integrated .Net Obfuscation for Mobile & Modern (Windows Phone & Windows Store) Apps & Games
*** Visual Studio 2012 absolutely needs to have an integrated .Net obfuscation feature that works on Windows Store and Windows Phone Store apps & games. ***
The Dotfuscator tool that's integrated into Visual Studio 2012 cannot be used to obfuscate Windows Store or Windows Phone Store apps, making it fairly useless to "modern app" developers who are targeting Windows 8, Windows RT, and/or Windows Phone 8.
On April 30, 2013, PreEmptive (the vendor of Dotfuscator) expired the license of the free (and separately downloadable) "Dotfuscator for Windows Phone 7" tool. PreEmptive now charges $500/year or $150/quarter to use another version…
3 votes -
Let us create multiple collections on Team Foundation Service
As an organization with 25+ developers and 15+ ongoing/supported projects for several customers, we need the ability to group our team projects into different project collections.
I am sure we are not the only ones.
115 votes -
XNA 5
Please continue to work on XNA. It's a great way for indie game developers like myself to make games and give them to the world. XNA gave us the ability to put our games, easily, on the most popular platforms, and to just dump XNA would be therefor heartbreaking... I implore you to keep working on XNA so we C# developers can still make amazing games!
20 votes -
email test case from MTM
Add the ability to email a Test Case from MTM
10 votes -
VS2010 : go back to old find dialog (like in VS2010) or allow disabling the quickfind
Hi all,
The new "Quickfind" - panel of VS2012 is annoying. It does not respond as expected and could not be positioned as needed.
It slows down all work.So I would suggest to go generally back to the old "find dialog" or allow the users to disable the new "quickfind" toolwindow.
Best regards,
dp.3 votes -
Team Foundation Service to be able to build Windows Store apps.
"This Windows Store app could not be packaged. You can only package Windows Store apps on computers that have the Windows 8 operating system."
60 votes -
Add a Vi mode to Visual Studio
I'd LOVE a Vi mode in VIsual Studio, one that supports the standard vi/vim key mappings.
I know there are add-ins like ViEmu and so forth that offer this, but they never feel quite as good as I'd expect a native implementation to, and often have clashes with other add-ins.
It would also mean when I'm using other people's machines that I don't have to go and switch my muscle memory from vi mode to "always editing" mode
6 votes -
F# WPF Code Behind Support
The ability to write F# Code Behind for XAML Files
4 votes -
Include SQL BI tools in the latest VS version
SQL Server 2012 has followed its predecessors as the BI Tools released again with the previous version of VS instead of the latest one.
Please, release the BI tools with the latest VS version and include it in SQL Server. Be the IDE really integrated again (or finally)!
635 votes -
Allow F# code in "Watch" and "Immediate" windows
Currently, if you debug an F# program, you better know C#, or the "Watch" window will be useless to you. I'd like to be able to use F# these windows, for obvious (not so obvious to VS developers...) reasons.
14 votes -
Implement the features missing in natvis that autoexp.dat used to provide
The new natvis framework brings some improvements over autoexp.dat but sadly some key features from autoexp.dat have been lost, making it ****** and in some cases impossible to visualise types in natvis that could easily be visualised using autoexp.dat.
1. The loss of the $c notation means that it is no longer possible to reference the container object when defining the next pointer in a linked list. It is therefore not possible to correctly visualise a linked list that is teminated with an 'end node' held by the container because its address is not accessible at the point where it…
13 votes -
Bring back the "Before building" options in VS2012
In earlier versions, there was a dropdown in Tools | Options that let me choose whether or not I wanted to save files when building. It would be very useful to have this back. (VS2012 always saves when building.)
4 votes -
new method modifier 'keyword'
new method modifier 'keyword' enable new features: avoiding (), coma and point when call function
for example:
first, declaration
class SQLSyntax{
public int? keyword between(this int firstNumber, int nextNumber)
{
if(firstNumber>nextNumber)
return firstNumber;
else return null;
}
public bool keyword and(this int? firstNumber, int lastNumber){if(firstNumber!=null && firstNumber<lastNumber) return true;
else return false;}
}usage:
//....do something
if (10 bewteen 5 and 11) //do something
else //do somethingistead of
//....do something
if (10.bewteen(5).and( 11) ) //do something
else //do somethingNOTE: if we use keyword params or a lot normal parameter we can avoid coma and use only…
3 votes -
Add Ruby as supported language
Add Ruby as supported language
1 vote -
Covariance/Contravariance support for Delegate.Combine
Since .NET 4.0, C# and VB allow covariant/contravariant events. However, if I do something like
public interface IObservableStuff<out T> {
event Action<T> Happened;
}and implement that event using the default implementation by simply declaring it with the line
public event Action<T> Happened;
then this implementation uses the Delegate.Combine method to add a handler to the event. Unfortunately, if the object was typed using string as T, the interface would allow to also chain a delegate typed as Action<object>, which is fine as a string also is an object. However, the Delegate.Combine operation throws an exception. A simple workarround to…
3 votes -
Visual Studio Mobile
With the global shift towards mobile and touch computing, it is so sad that the Microsoft leadership is still sleeping during this historic time in computing. Visual Studio 12 has just been released with the same dated controls/toolbox from the last PC era!!!
We need new touch friendly control and forms ASAP that create a great user experience. We are not living in the 1990s anymore and mobile touch computing is the future. Wouldn't it be nice to have the tools and controls to go with it????
Your answer might be metro apps - still can't figure out how to…
3 votes -
Can you have user profiles while creating TFS bugs
Currently when we file a bug, can there is prefilled templates per user based. For example 90% of the bugst hat are filed are always to one same Area path or a sub path of the same. Also the iteration that i have is the current month. I could get a prefilled template with teh default priority of 2 for me and so that whenever I have to file a bug , I just need to fill in the necessary details.
Also , it could get he build number using some custom process that i could define like an exe…
2 votes -
2 votes
-
Save and continue with a new work item of the same kind button
When I'm producing lots of work items at the same moment my UI dialog process is to open a new work item, fill in the fields, and save and close. And this in a repeating fashion. It would be very nice to have a "Save and give me a new work item immediately" button next to the "Save" and "Save and close" button.
This saves a lot of time! Off course this could be sprinkled throughout TFS and MTM.
16 votes
- Don't see your idea?