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
-
Visual Studio / MSDN background color too white
Problem: Eyes get tired when looking on white background for many hours. Visual studio white areas, MSDN Library white area background for articles.
Solution:
Visual Studio IDE. Can set backgroundcolor to e.g. lightgray in one place so background color in all windows in IDE are affected.
MSDN Library web site. The preferred background color can be remembered in a cookie e.g.
This is nice features to have for software developers who use Visual Studio and MSDN Library a lot on a working day. Other websites and other applications on the host are not affected compared to solving the problem with…
4 votes -
4 votes
-
Source code compare from within the Pending Changes dialog
Double-clicking source files in the Pending Changes dialog should open the Compare form rather that the Editor. Or there should be a dedicated button rather than a context menu for launching a comparison.
4 votes -
Double-click file tab to highlight file in solution explorer
Since the new preview mode in VS it is sometimes difficult to find the current file you are working on in the solution explorer. It would be nice if you could double click the file tabs to select the file in the solution explorer.
4 votes -
Comparison application is a fully functional editor window
Comparison window has ALL the functions of the i.e. C# editor window, e.g. Navigate to definition, Highlight all entrances of the selected word, etc. If it's the same editor window used for displaying each comparison file then 3rd-party applications like ReSharper will give even more functionality to the MSVS built-in comparison app.
4 votes -
Add class explorer-like to web.config see attached screenshot
As all of us know, web.config evolve over years and versions with many options added to it, navigating inside web.config using find dialog and plus or minus left buttons are good, but it will be cool and productive, if you can add something like the attached screenshot when opening web.config, so we can quickly jump to specific part within the file, making the major parent nodes like connectionStrings etc.. on the upper left comboBox and the child nodes in the upper right one, Thanks, Appreciating VS team work :)
4 votes -
Create a Windows8 RT app for TFS for check out and checkin
If I am on a WinRT machine (Surface), I would love to still be able to edit my code (even if I have to use notepad) and still be able to commit my code changes. I don't need my full Visual Studio since my build server can still compile and deploy for me.
4 votes -
Change the XAP downloading screen
It would be helpfull if we hava a way to change the way that the "loading" screen is show. I'm talking about the initial screen, the one with the little blue ***** (sort of a progress bar) going back and forward in circle.
Im working with a Lightswitch app, and the XAP downloading screen display on the VS IDE.4 votes -
Rename the project folder when renaming a project
When renaming a project an option to rename the project folder will popup
4 votes -
Either remove or allow user to adjust the .NET filter to Add Reference dialog.
Visual Studio 2010 when the build is against .NET Framework 4.0 doesn't allow you to add .NET Framework 3.5 references without having to first change the project and then change it back. The filter should be editable. Please fix this in a service pack. It is highly frustrating. I would regard this as a bug not simply a change request. We have many .NET components that are 2.0 &3.5. Rebuilding isn't always an option as it might require a verification cycle that is very time consuming. I have actually gone back to VS 2008 to create projects because it is…
4 votes -
Scheduled Todo list
Today we put a todo comment and it appears in the todo task list. Many times that "todo" comments is optional and many times it become mandatory after a given date.
The suggestion is to put a date with todo comment. e.g.
//todo: 28/March/2013 : Replace this hard coded value by the value that we pull from database.When a compilation triggered in IDE(Visual Studio), all such todo comments whose date has expired should be shown as error. To fix it either user can
1> postpone the date or
2> remove the comment or
3> mark the todo as complete.…4 votes -
Apply button to the Tools/Options dialog
It should be possible to run "Apply" directly from the Options dialog to see the changes being applied. It's unproductive having to go back and forth between the dialog to see changes being applied to the IDE.
4 votes -
Support LinkResource in Visual Studio 11
When a managed assembly depends on unmanaged DLLs it always a good ideia to set them as linked resources. It has two BIG advantages:
1. In VisualStudio, when you add a reference to the managed assembly, the unmanaged DLLs are automatically copied to the output path.
2. When the managed assembly is added to the GAC, the unmanaged DLLs are automatically copied to the same folder.
It would be awesome if you added a LinkResource option to the "Build Action" drop down.
It used to be possible to do this in VS2008 by editing the .target files but I never…
4 votes -
Don't steal the focus
In many situations VS needlessly moves the cursor away from the current location or even deselects selections when changing views..
Ex:
- in code windows when switching between editing and debugging
- In solution explorer when switching between editing and debuggingPlease optimize the UI so that the current cursor location and selection stay visible and do not move when changing views (whenever possible).
4 votes -
Better tab switching
(Submit on behalf of: Immad Naseer)
A majority of the time, I know the name of the file I want to switch to and I wasn't able to find a way to quickly switch to it. Alt tabbing to the file can take a long time. The other alternative could be to bring up the "Windows" dialog (Alt + W, W) and type the name of the file over there. While this is better than just alt tabbing, it does an exact match and forces me to type the file name from the start.
A "fuzzy" match where I can…4 votes -
Fix "ready" while building in Visual Studio 11
Visual Studio 11 shows an intermittent "ready" message in the lower left while it is building a project. The way that it blinks on and off draws your eye, and makes you think that the build is finished when it is not. The result is that when you try to perform the next logical step, such as running the program, you get an error message saying that the build is not complete. This seems to happen in other cases when the IDE is busy as well.
4 votes -
Build progress on taskbar button
ChrisTorng commented · April 25, 2012 11:13 · Flag as inappropriate · Delete
I would like the progress showing on taskbar button. That let me start the build, go to other program to do something, seeing the progress on taskbar button has done, then go back to IDE, or refresh the modified web page on IE.
4 votes -
Add my custom drawing to code section as part of comment because drawings can often be clearer and meaningful to the reader.
We often draw diagrams and boxes to explain complex ideas. If we can add a custom image as part of visual studio comments, I believe that it will dramatically help developers under new code and existing code in ways that they never have before. It will definitely help reader understand why code is written the way that it did.
4 votes -
VS should really steal features from Eclipse
VS should really have a deep look at Eclipse and implement some of the really small but extremely useful features of it:
1. Annotation bar in Eclipse is located at the right side of an editor and can show all kind of markers like errors, warnings, todo items, variable read/write accesses and so on. Once you get used to it, you can't live without it.
2. Highlight current variable: Eclipse shows both read and write accesses with different colors and that makes following the code extremely easy. VS shows only the variable occurances.
3. Use markers in the solution Explorer…
4 votes -
Make a view on solution projects
Let me choose which projects of solution should be displayed in solution explorer and in which order.
It will help to navigate from project to project in big solutions.
Other projects sholuld be built anyway on F5
4 votes
- Don't see your idea?