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
-
Bring back the Generate UNit Tests context menu option
The Generate Unit Tests feature was extremely useful for generating the unit test project. I am very sad to see this go away. Thumbs down.
1 vote -
News templates and wizards to create forms by data model (like Netbeans)
You could create new templates or wizards to easily create forms, classes and web services. So how does Netbeans.
Ex: Tells which entity from the database and its configuration and the IDE creates the forms, classes, object / relational or even webservices standard.1 vote -
Travel back and forth through code hierarchy
Often when going through code, usually when debugging, I'd click on a method and drill through it to find some higher level spot where it's called, and go back down in the hierarchy again.
The preview tab makes that ****** since it only opens the last file you drill through, so I can't really go back to the previous file that was opened in the preview tab, which forces me to find that spot manually once again.
Now although I hate XCode with a vengeance, I did notice, ironically after going back to visual studio, that it does one thing…
1 vote -
Way of determining why something is a highlighted with a certain color
Often when putting together a new color scheme you will set most colors straight away, but later will find something that for whatever reason is a color which has very poor contrast with the background or text.
At the moment to fix this you have to trawl through the hundreds of color options until you find one that might be the issue. You then change it and see if you were correct at guessing the correct rule. Often I have to repeat this process many times.
I propose a menu option which tells you what color rules are effecting whatever…
1 vote -
VS should find assemblies (that I needs to add a reference to) for me
Adding references is quite a pain. There are just too many assemblies required to be added just to get the job done these days.
If the code editor detects that it doesn't know a type of namespace, it could easily do a background search (At least for assemblies in the GAC, those in the private/public assemblies folders and other paths that may be added. It can then suggest one or more assemblies, providing the path, version and other information that will be helpful in deciding when one(s) need to be added.
This would be a really big boon as well…
1 vote -
hotkeys
Display hotkeys for items in Quick Launch where they exist.
Consider including menu action based hotkeys in this list.
Allow us to easily set hotkeys for the items in Quick Launch - preferably through a right click menu option that avoids the keyboard shortcut setting dialog.
1 vote -
Make
Make new feature 'Show page after close project' on 'Start page'
1 vote -
Add item templates for common class patterns
Developers often have to implement classes that follow a common pattern like Exception classes or classes that implement IDisposable. It would be very helpful if you added item templates for such classes by default. The templates should fulfill the Microsoft code quality rules. See attached template for an Exception class.
1 vote -
a very useful & important idea
IN a code eding window of IDE, when mouse poiner stops on 'END IF " or "END SELECT " or other "End ..." sentences, tips should be shown on mathcing Sentences, such as "IF ...", or "SELECT ..." or other,including the whole content of the macthing sentence. This is very inportant and convenien for editor to know the macning code ahead without rolling the window, especially for muiti nesting codes.
1 vote -
Make the HTML designer more accurate like Expression Blend
The current HTML designer is not capable of accurately displaying HTML content. Mostly once the HTML is viewed in other browsers but the end result also often is not what you see in IE.
1 vote -
Automatically add dependent references, e.g. you reference WindowsFormsIntegration, then automatically reference WindowBase and System.Xaml
Automatically add dependent references, e.g. you reference WindowsFormsIntegration.dll, then automatically reference WindowBase.dll and System.Xaml.dll
1 vote -
Do not remove separating lines in UI.
In the new Project properties dialog everything blends into one surface and it is hard to distinguish which part change when you click the tabs on the left side:
I am talking about this and similar new "features"
http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-29-92-metablogapi/3817.dev11projprops_5F00_thumb_5F00_3E4A603A.pngPlease if you want to save place, make the transitions use thinner lines but do not remove all separating lines alltogether
1 vote -
Providing "Get Latest" option to the active code file opened
In the code pane, the context menu having an option to "get latest option" would help programmer, in getting latest code of active code file which is opened in the Visaul studio IDE.
1 vote -
1 vote
-
Eyedropper / Spy++-like "Find Window" "smart selector" for Fonts and Colors
While I realize that there have been other suggestions to fix the problem that is that there are a gargantuan number of items in the "Display items" listbox, and the window is not resizable, and the items are only grouped at one level ("Show settings for"), I would like to propose a solution to the madness.
Add a component-aware eyedropper-like tool, something like Spy++'s "Find Window" tool with the target button, so that the user can just move the Options window aside, click the "eyedropper"-ish button to start the selection process, and just click on the component to be selected…
1 vote -
Windows 3.0 called, they want their IDE back.
Really? Really?
1 vote -
Introduce auto generated code blocks for frequently used codes
There are some code blocks we need frequently when we do coding. My suggestion is to provide those code blocks in interface like tools in tool box, then developer can easily drag and drop that code block and start their coding inside the block. This will save the time and very conveninet.
Example : Let me take if-else statement as example,
if()
{
}
else()
{
}When if-else block dragged and dropped then this code should be auto generated with proper indentation. Likewise we can apply this method to all frequently used codes(for, while, switch, array, exceptions, etc). This…
1 vote -
Color the icons when mouse over.
It would be better if the icon is colored when mouse over.
1 vote -
Provide context window for types members viewing
Please include context window for class, interface, etc. quick view just like in Productivity Power Tools Extension. In VS 11 Beta this functionality is already implemented with solution explorer.
1 vote -
Better contrast in statement completion window
The selection in the statment completion window ist nearly invisible (light yellow frame on white background).
It shoud have more contrast (black frame?) or should be customizable.1 vote
- Don't see your idea?