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
-
Make it easier to setup keyboard shortcuts to external tools/commands.
When setting up keyboard shortcuts to external tools the external tools are listed as "Tools.ExternalCommand1", "Tools.ExternalCommand2", etc. This makes it very difficult to determine which one you want to add your shortcut to. They should also display the name of the actual command as well. It's also very difficult to find the right items in the list since it only displays a few at a time and the settings window cannot be expanded to give you more room to look at these.
2 votes -
Power and Speed accessor
Lets say my program is limited to so many instructions per second while trying to figure out how efficient an algorithm is or to do some load testing, or for a customers specific algorithm. It would be cool if there was a model to turn on power and speed in a function that was secure for maybe a certain time frame like 4 minutes for a customer of a program I created so that it can smash through a process or two.
Some of the overloads for the function would include like billing information and maybe a confirmation, so it…
0 votes -
Let the Properties Window react on control in one click
Since I have started developing with VS 2010 I am missing a tiny "feature".
In VS 2008, when I selected a control (without the properties window as docked tab on the right side of the IDE being in the foreground) and then clicked the properties tab (to bring the properties tab to the foreground) I saw the properties of the selected control immediately.
Now, in VS 2010 I have to select the control a second time in this case to load its properties in to the properties window.
I tried to deal with it, but its kinda annoying me. Maybe…
3 votes -
Opening, Editing, and Saving Reports in .pdf
I am a freelance developer who writes specialized reporting projects for some of the local businesses here in the Minneapolis, MN area. They have asked me for years why I can not come up with a way to allow the reports to be save in a .pdf format. I have to tell them that either I would have to charge them an ungodly fee for a third party license or simply leave that part out of the project and just let it go to the printer. My suggestion to Microsoft is to finally allow a .pdf file extension (similar to…
1 vote -
Team Explorer Everywhere: Save Comments for Reuse
Almost daily I try to check in some pending changes. I enter a comment, because it is required by our TFS server. I might spend 2 or 3 minutes writing a very detailed comment describing all of the changes and why I am making them. When I press "Check In" I get a dialog stating that there are conflicts. I resolve the conflicts and now what... Nothing. I have to press "check in pending changes" again. My comment is lost. I have to write it over again. Another 3 minutes re-writing the comment and some frustration go by, then I…
4 votes -
Make the title "Source Control Explorer" shorter so it fits better in tab list
The "Source Control Explorer" tab goes in the tab list along with all the other files. Honestly, I wish it didn't -- I'd rather put that over on my second monitor. But a much easier to implement request is for you to pick a short name, like "Source Control" or "SrcCtrlExp" or "SCE", just so that when I pin that in my tab list, it takes up a lot less space than it does today in VS 2010.
2 votes -
I think it is a good idea if we are able to add loadtest in an ordered test.
I think it is a good idea if we are able to add loadtest in an ordered test. In my case, I first run a unit test to check whether the server-client setup is set properly. If I this unit test is failed there is no point in running the loadtest. So I can abort my automated application to after unit test failure. Now, the workaround is to have an intermediate script/batchfile to test the failure and bypass the loadtest run. But if I were able to add my loadtest in an orderedtest I would not have to go though…
1 vote -
Ability not to track changes for specific file or folder
with using git i can mark a file to not to track changes with this command.
git update-index –assume-unchanged TestFile.cs
it would be good to do the same within TFS administrator account under VS context menu
1 vote -
Working with solutions unbinded from source control are very fast.
Try to post the server requirements for tfs to make it fast or what is the actual reason try to solve that. Equal speed with solution with binding and unbinded.
3 votes -
Automatic display of Start page
Start page should automatically been shown when the last solution is closed.
1 vote -
static method variables
lack of this feature is ridiculous.
please, implement it!3 votes -
Select in one click this-my-own-text
Suppose I have :
> this_my_own_text
with double left-click on my mouse, I can select the whole text. But, if the text is :
> this-my-own-text
I can select only a word, the one where the mouse is over, which is very boring working (for example) on CSS classes name (`.container-div-father`).
Maybe with some other key?
1 vote -
Python Integration for ASP.NET
ASP.NET Python support apparently was available for VS2008 via a download, ASPNETFutures.msi. I vote for similar Python support in VS2010 and future releases of VS. (Python Tools for Visual Studio is nice but doesn't provide ASP.NET support.)
1 vote -
tfs preview burndown - completed work line
Create a new indicator of completed work, with loged hours/work. To get the real effort of "Iteration".
4 votes -
Team Explorer Everywhere: Add Ability to Rollback one or more Changesets
I am using Team Explorer Everywhere v10.1.0 with Eclipse Indigo SR1 and JDK 1.6.0 u14.
Use Case 1 - Revert all changes for one or more Changeset(s)
----------
From the 'History' panel, I would like the ability to click on one or more changesets and select "Rollback all changes" or "Revert changes". In my local workfolder, this will undo the changes related to the selected changeset(s), after which time I can choose to view, Check In changes or Undo Pending changes. This is a common and very useful use-case from the Subversion revision control system.Use Case 2 - Roll…
7 votes -
Add a new User Voice Category to post ideas to called "Team Explorer Everywhere"
I suggest you add a category called "Team Explorer Everywhere" to the User Voice submission form. Without it I have to post to General.
3 votes -
Make IIS Express always available like IIS, or at least don't kill it when stopping debugger /
One has to start the debugger to view a web page with IIS Express, which causes much of the IDE to become read-only, making it difficult to play with an app while making coding changes. When the debugger is stopped, the page can no longer be viewed in the browser. IIS does not have this issue since it is always available.
6 votes -
Make C++ interfaces to XAML more useable for property and command binding like C# and VB.
XAML Property and Command binding should work in C++ as they do in VB and C#. Also there needs to be more code samples in this area.
3 votes -
Shortcut to duplicate current line/selection
In Netbeans, when we press Ctrl+Shift+downKey, it duplicates the current line or selection just below the cursor. This comes handy, if we are inserting the same statement consecutively (perhaps with little modification... saves us from copy/paste). Please provide the similar shortcut for VS11.
11 votes -
Shortcut to toggle between Action and View (MVC)
In Netbeans (ruby-on-rails MVC project), we can toggle between Action and (its corresponding) View by pressing Alt+Shift+A. Please provide this useful shortcut for MVC3/4 projects in Visual Studio 11.
12 votes
- Don't see your idea?