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
-
Find should default to Current Document, Entire Solution, depending on context
VS2010 would default the Find dialog scope to the Current Document if hitting Ctrl-f from within a document; and Entire Solution if selecting Edit->Find and Replace->Find In Files / Replace in Files.
Visual Studio 11 does not seem to have this capability. It appears to always use the last specified scope. If I last searched within Current Document, clicking Edit->Find and Replace->Find In Files still shows Current Document as the scope, when I actually wanted Entire Solution.
3 votes -
multiple tab selection using "shift" and "control" like multiple file selection in Windows
multiple tab selection using "shift" and "control" like multiple file selection in Windows
Goolge Chrome has this feature
you can try it there!3 votes -
New Project "Location" field should tab-complete path names
In the VS11 beta:
When creating a New Project, please pay close attention to making the screen as keyboard-friendly as possible. In particular, entering a path in the "location" field should support tab-completion of path names, like in the console.
3 votes -
Add ability to filter Comments Task List (aka TODO list)
In big solutions it is not uncommon to find numerous TODO comments scattered around multiple projects. By adding filter like the one in Errors (Open Documents, Current Project, Current Document) would help to find what you need. Or at least consider adding the Project column to the Task list, just showing the File name is not enough.
3 votes -
Make it easier to navigate code pane focus and the tree view focus in Solution Explorer
This occurs more with lots of projects (or projects with lots of structure).
The current behavior is clicking a tab in the code window makes the solution explorer jump to that file in the tree view. And most of the time that is fine (and actually helpful).
Sometimes however I want to keep something selected in the Solution's Explorer while I switch to a different file that is already open in the code pane.
I know the first behavior described can be turned off but I would like to see a toggle button (or maybe even a shortcut but I…
3 votes -
Add ability to cycle through all open document left to right or right to left
All app in the word with tabbed interface (browsers) can do this except visual studio.
Window.NextDocumentWindow is useless because it using MRU ordering.
Window.NextTab is still useless because it cycles only the visible tabs (why???)
(This is not an idea instead a trivia, can't imagine why not implemented yet...)
3 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 -
Offer comparison for file recovery
As VS has file comparison built in, this should be easy. The most annoying part of all the autorecovery systems throughout Microsoft products is that the user is asked if they want to recover a file but not provided with enough information to make such a decision. Is the recovered file older or newer? Smaller or larger? Most directly, what are the exact differences, line by line? I always have to track down the backup copy and use an external comparer...
But in VS, it should be dead simple to offer users the option of first looking at a side-by-side…
3 votes -
Provide better feedback on opening VS2010 for "hangup", no response
I have noticed it gets hung up frequently. Seems like if you had a few status indicators that would provide some feedback we would know to just close and restart VS.NET ourselves instead of waiting. Better yet, fix the "hang" problem
3 votes -
Code-behind of javascript
As well all know that if you generate a WinForm a WebForm, the code-behind file (cs) or (vb) will be automatically generated.
Compared with this, it would be better if we handle a javascript event of a specific control (no matter it is a server-based control or a pure Html-based control), it will also generate a js code-behind for us to write down js codes and refer the js file in the aspx automatically to implement js separated from aspx itself.
3 votes -
Add sample text written in code form for "Fonts and Colors" text sample preview box.
I'm a Java programmer migrating to C++ programming, and I find syntax coloring to be a difficult task; An impossible mission.
The text sample in Visual Studio 2012 is not intuitive, not helpful, and unreliable for me to change the colors.
I have attached two screenshots. Please compare them and do see why. Your Visual Studio sample box is just plain and brutal to the eyes.
3 votes -
Allow to uninstall/deactivate core components via extension manager
There are a lot parts of the core components from VS which not every developer needs. But this components use space and make VS more complicated.
So why not handle this parts as pre installed extensions and allow developers to deactivate or uninstall them?
3 votes -
When i change zoom in code editor, Zoom apply on current page only,The best if zoom apply to all
-when i change zoom in code editor, Zoom apply on current page only
-Code editor zoom
-The best if zoom apply to all3 votes -
Tools to manage batch operations to a hundred of solutions
There are some features like "search for duplicate code" from a solution. But how about when we have 250 solutions in a company? .csproj-files are easy to manage with custom xml-tools, but solutions and large batch-actions (like update .NET-framework or remove unused references) are not.
3 votes -
Do not disable add-ins when Shift key is hold in VS2008
Holding shift key when loading is quite common on Windows 7 - when starting second instance of VS. As far as I am concerned this is already fixed in VS2010 - please provide a patch for VS2008 as I can't switch to VS2010 at the moment.
Perhaps the best solution would be to provide user a choice on which key is to be loaded or at least provide a command line option that disables this behavior.
3 votes -
Change the way that VC10 projects are displayed in solution explorer
Currently I see following:
1) When project is using VC10 build tools I see (Visual Studio 2010) added to project name. Same for Visual Studio 2008
2) For Intel Compiler and Windoes7.1SDK nothing is appendedThere are two problems:
1) Inconsistency - having no tag doesn't mean we are using the latest toolset
2) Clutter - Current tag naming is too long. I think VC10 / VC08 would be better (maybe even in lower-case)3 votes -
Allow modifying mouse settings
You've given us a nice interface for keyboard customization. Why not give us the ability to customize what the mouse buttons do? For example, I have a mouse with a back and forward button. However, they do nothing by default in Visual Studio. I'd like to be able to tell VS to execute a command with these buttons, but I can't. I have to use the mouse software to convert the button push to a keyboard shortcut. Another example is my mouse's left and right scroll "buttons" (the scroll wheel rocks side to side to do the horizontal scrolling). I…
3 votes -
Metro style start page
A metro style VS start page
3 votes -
Improvements for ObjectBrowser
I love ObjectBrowser, since it provides quick and reliable overview of the all members of all classes.
Especially to know arguments and argument-types at a glance.
But fullqualified names sometimes make it hard to understand an argumentlist, eg:
"Public Shared Function GroupJoin(Of TOuter, TInner, TKey, TResult)(ByVal outer As System.Collections.Generic.IEnumerable(Of TOuter), ByVal inner As System.Collections.Generic.IEnumerable(Of TInner), ByVal outerKeySelector As System.Func(Of TOuter, TKey), ByVal innerKeySelector As System.Func(Of TInner, TKey), ByVal resultSelector As System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), TResult), ByVal comparer As System.Collections.Generic.IEqualityComparer(Of TKey)) As System.Collections.Generic.IEnumerable(Of TResult)
Member von System.Linq.Enumerable"Can you give option to collapse all qualifier-Pathes?
maybe Intellisense then could provide full-qualified…3 votes -
Allow renamed linked files in solution explorer
We can rename files in solution explorer, but not if they are add as link.
Renaming a file that has been linked, forces us to rename the file outside visual studio, then manually edit the project file to change it's name (or remove the "old" file from the project and add it again with the new name).
3 votes
- Don't see your idea?