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
-
returnif ( condition, value );
Add "returnif(condition, value);" to C#.
So if the condition is 'true' the functioned is exited and the value is returned.
14 votes -
Link work items across different project collections
Hi all
We need your help and guidance on how to link work items across different project collection in TFS 2010. Let us know if this is possible feature available with TFS 2010.
Scenario goes like this, we have 2 collection, each are independant on its own and sometimes dependant to each other. We dont have any issues if its independant requirements, as we normally goes through managing it usual. But, when it comes to dependant part, there could be requirements wherein a parent user story of a project in one collection need to have a child user story in…
1 vote -
Syntax highlight files that are set as source files
Some header files I write have no file extension. I would like Visual Studio to syntax-highlight these files when I have set their type to "C/C++ Header" by right-clicking on the file and going to "Properties" in the IDE.
3 votes -
In the Breakpoints debug panel, fix the keyboard shortcut
In the Breakpoints debug panel, delete a break point has the horrible keyboard shortcut of ALT+F9, D, but not DEL key. Can we make it the delete key?
3 votes -
Add some Tutorial Projects
Add some tutorial projects for those poeple who are new to vb.net/2011 get to know what it is and how it works n stuff encouraging them to get into programming and explore new ideas also making the process user friendly. The easiest way to do this by using sample projects like "HelloWorld" and implementing into vb as a tutorial project with basic fucktion like If Fucntions , Select Case and loop functions etc... basically Add more of some practical related tutorials :)
5 votes -
Give a way to specify the dwCreationFlags parameter when creating/starting a Process
Please introduce a new property in the ProcessStartInfo type (it actually can have a default value set), which let the user to specify the dwCreationFlags argument of the WinApi CreateProcess call. There is really a big need for this.
Thanks in advance.
1 vote -
Include the full path of branches in the reparent wizard
Logging the suggestion based on an issue I'm having described here:
3 votes -
C++ compiler should warn about wrong member initialization order
Every few years this suggestion emerges and I think now is the time for next iteration.
In C++ the order of class/struct member initialization is determined by the order of member declaration and not by the order of their appearance in member initialization list. It is therefore extremely easy to to write a code that is very hard to find, e.g.:struct S {
int a;
int b;S( int i ) : b(i), a(b+1) {}
};int main()
{
S s(42);
}and we have garbage in s.a what might be not obvious for a novice programmer.
GCC issues…68 votes -
1 vote
-
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.
90 votes -
Hi, I actually have a few suggestions. But the one I think would make regions much more useful in organising code is to allow users to view
Hi, I think regions could be made much more useful in organising code by allowing users to view a region as a separate tab. So that programmers can view two sections of the same class at the same time while coding.
For example, I like grouping my parameters, helper functions, constants, etc under regions named: “Parameters”, “Helper Functions”, “Constants”, etc.If this were made available I can then use the “New Vertical Tab Group” option to view the "Parameters" and "Helper Functions" regions alongside each other, rather than scrolling up and down to see where everything is.
This might even develop…
1 vote -
Allow QuickWatch dialog to remember column resize
Allow QuickWatch dialog to remember column resize
10 votes -
Making TDD with VS a better experience
When going TDD there is a lot of waiting on compiling before my tests runs.
Would be nice with a feature which made compiling a lot faster when only a few(1-2) files are changed.28 votes -
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
- Don't see your idea?