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
-
Please create a DGML visualizer control that can be incorporated into applications at runtime.
It would be very nice to have a control for displaying DGML graphs at runtime for my application. I think it would make a greate UI element.
14 votes -
Notifications should be sent out to the respective team member when they're added to a project
This notification should include the projects, TFS URL that can be used to connect to it, and other useful data
0 votes -
Improved Dual Monitor Support
Editor windows should be independent of each other. As it is right now, if I click the main Visual Studio window, all the child windows come to the foreground with the main window.
I use my second monitor in my development environment for research and code comparison. This means I might have any number of web browsers open, along with any number of code files open.
When I have a browser open for research, and I click into the main editor window on the primary monitor, the child windows I have open pop into the foreground, covering up the browser…
1 vote -
take a look at registry search conditions for VS 2010
When you add a registry search condition to a setup project in VS 2010, and set the project to compile for 64-bit arch, the .msi will only search the 32-bit registry hive for the condition.
So, If the value you are looking for is in the 64-bit Hive, setup will throw an exception because the .msi only checks the 32-bit hive.
My idea is, if you are compiling your program to work on 64-bit computers and you have a registry search condition, let the program search both the 32-bit and 64-bit hives.
1 vote -
Zero Length Arrays Caching
In the .net framework, they are at least two instances where zero length arrays are cached.
One at System.Collections.Generic.List<T>._emptyArray (mscorlib) and one at System.Linq.EmptyEnumerable<TElement>.instance (System.Core). They are maybe more but that's what I found.I wish it existed some kind class in mscorlib that implemented this once and be publicly accessible.
Now I have to implement my own caching a third time, since none of the above are public.PS. I know that I can cast System.Linq.Enumerable.Empty<TResult>() to TResult[] but I find it, a bit risky.
3 votes -
Separate font options for environment, Solution Explorer and other windows
If you change font in Environment->Fonts and Colors->Environment Font , it changes for all VisualStudio.
You cannot specify only Solution Explorer or only menu.
Please separate them.29 votes -
GetMergeCandidates in the TFS API should (optionally) include deletes
(I'm currently using a TFS 2010 and the TFS 2010 API)
We have a system that creates workitems automatically to track pending merges between two branches. It does this by calling GetMergeCandidates. We found that when we add some files, then delete some of them, the delete merge candidate isn't returned by GetMergeCandidates. I understand that this is because merging that second changeset now wouldn't make sense, but that's not our plan - our plan is to create a workitem now which goes into a queue of items that need to be merged.
I'd like to be able to call…
3 votes -
Configure defaults for views in TFS windows
Working on Visual Studio, when you open a work item query, the results window shows its contents in the horizontal split view. If we prefer the vertical split view, we have to change it every time we open the window. Team explorer should have a way to configure this behavior. The same happens for folder/flat view in pending changes window.
87 votes -
Error list does not always appear after solution build error is flagged
In VS2008 a list of errors would always appear at the bottom of the screen after a solution build in which errors were flagged. That was a good idea, but does not happen in my version of VS 11 Beta
1 vote -
Click on code block does not take you to previous place in block
I very much like the list on the right, and that a simple click takes you right to the GUI, code block, etc. you select. I also like the addition of the code under the GUI. However, when you select a code block this way, you don't go to the last place you were in the code, as happens when you go there by selecting a tab. It would be much more convienient to go to the last place you were in the block.
1 vote -
Make it easy switch off "break on thrown exceptions"
I have the Exceptions window on a custom button on a toolbar. There are some projects where I need to disable breaking on Thrown exceptions to get the app to the point I'm debugging, then re-enable it. This process can be quite slow. I only ever click one check box, the same check box, so it seems redundant having to wait for the dialog to appear each time.
7 votes -
define null coalescing assignment operator (??=)
instead of having to type:
nullableInt = nullableInt ?? 0;
let me do this:
nullableInt ??= 0;
6 votes -
Reduce file checkout time for tfspreview.com
For some reason it seems to be taking over a minute each time I try to edit a file that is currently checked into TFS when using the tfspreview.com service. Obviously, that is unacceptably too long to wait.
2 votes -
Make a dialed number changeable
When using Windows Phone this problem appears:
The single digits of a typed phone number CAN NOT be changed after calling the number (and ending the call), when recalling it in the list of "made calls" (eg. to change the dialed extension or to correct a miss-dialed number).1 vote -
Add support for DataBinding.ValidationRules in Silverlight
I have a UI Control i want to use custom validation, problem is my Binding target the objects inside a IDictionary<string,object>.
My problem can't get solved with IDataErrorInfo or INotifyDataErrorInfo and because I am binding to attributes inside the dictionary throwing exceptions to cause my UIControl to trigger a validation state will not work.
For example if the key is "Age" and the <object> contains an Integer based on other data that comes from a REST endpoint i will know that this is required to be and Integer and i want to strictly enforce that by adding a custom validation…
9 votes -
Add "Move lines" function
Sometimes i want to move a block of code up or down. In notepad++ ,for example, i can press ctrl+shift+up / ctrl+shift+down and all the lines between selection-start-position and selection-end-position will be moved up or down respectively. If there is no selection, then it applies to the line the cursor is on at the moment. The only thing i found in VS is "Swap lines", but it works for one line only and it's not suitable for moving even one line for more than 1 position up or down. It's such a basic thing, so why need we to write…
9 votes -
Install Storyboarding functionality Team Explorer installer
Why is the Storyboarding functionality not installed when you use the Team Explorer installer, like is done with the Excel and Project add-ins? In my opinion this tool should typically be used by program managers, so it is overdone to install a VS Professional or higher.
So please, make it available in the Team Explorer installer.25 votes -
Change the way the [Authorize] attribute works by default in Web API
One of the primary ideas behind a REST API is that it is stateless. The current implementation of Web API seems to rely on Form Based Authentication. I would suggest ripping API Authentication out by default and have the default Web API template modified to reflect that. A selection of authentication of providers should be provided by the community or separate plug and play solutions.
2 votes -
Recursive import of directory structure and specific file extensions into Solution Explorer
Basically, have the ability to point to a folder and specify a few file types (*.cpp, *.h, *hpp) and they get imported in Solution Explorer for the project.
13 votes -
1 vote
- Don't see your idea?