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
-
Make dialog windows non-modal
In IDE modal windows sometimes are really annoying hiding each other and not allowing to get back and copy/read smth without closing current window. I think the approach they use in SQL Management Studio is much more user-friendly
28 votes -
Format all IDE warnings and errors consistently
Please format all IDE warnings and message like the C++ compiler does, i.e. like this:
"FullPath(LineNumber): error|warning IDExxxx: Message string."e.g.:
C:\Foo\Bar\Mine.sln(1): error IDE4711: The selected file is a solution file, but was created by a newer version of this application and cannot be opened.Reason: We use a separate PC and scripts to build our entire code base every night. The - very long - build log is parsed and summarized into an HTML file that highlights all warnings and errors.
Yesterday, the following error message appeared in the log file:
"The selected file is a solution file, but…27 votes -
Design Patterns Project Template
Project Template based on some common Design Patterns, it would be ideal so have some project templates which will reflect some of the commonly user design pattern.
27 votes -
Allow "Multiple Documents Environment" like VS2008 & older versions. Don't force me into "Tabbed Documents" !!
Allow "Multiple Documents Environment" like VS2008 & older versions. Don't force me into "Tabbed Documents" !!
There was a Tools Option in VS2008 & ealier versions under category Environment -> General to allow user a choice regarding does user want "Multiple Documents Environment" OR "Tabbed Documents".
Visual Studio 6 did not need that because it did not have the mess called "Tabbed Documents" :-).
Please make it available in ALL future versions of Visual Studio including VS2010.25 votes -
show the full path as a tooltip in 'Recent Projects and Solutions' menu
I sometimes have copies of the same solution. When opening a solution via the 'Recent Projects and Soultions' menu under 'File', the full path is not shown, so I often open the wrong one. Show a tool tip with the full path when I hover over an entry.
25 votes -
Make existing Visual Studio visual designer and extensible enough to be available for other programming language such as F# as well
I don't know how to write this suggestions clearer than the current title. I'll try to explain the background of this suggestions
This is the current situations in VS 2012:
1. F# has included as one of first class language since VS 2010
2. F# user base has grown larger than before, thanks to #1, Microsoft! But unfortunately? (read next)
3. Can't create ASP.NET project template using F# other than C# or VB.
4. Can't create WPF (hence Silverlight) project visually using F# (again, other than using C# or VB)
5. Can't create visual Windows Store app using F#, just…24 votes -
Make Exception mapping easier, through XML Comments <Exceptions> and intellisense
Using XML Comments to store Exceptions information that can be thrown is an excellent way to see what exceptions that can/should be trapped when using a given method. But there is a disconnect with how powerful and effective this could be.
1 <Exception>Comments in exception xml aren't displayed in intellisense</Exception>
2 When writting a catch statement, intellisense could/should pull possible exceptions from the XML Exception Comments for the methods used in the try block.
3 a small tool or wizard should check through all the exceptions thrown by a method, and all the exceptions not caught for methods it calls…
24 votes -
Make project files exclusionary vs inclusionary
I'd like solution explorer to be a view on the file system. By doing this project files would be incredibly merge friendly, because they would only be updated for metadata (prefer many files to one file with many sections in that case too) or exclusions. This might open the door for more convention based project configuration/structure than even today.
24 votes -
Revert back to the *standard* window frame decoration.
The RC has provided it's own window decoration.
Revert back to the standard window decoration.24 votes -
Add search in Options menus
In Eclipse there is possibility to search for given option by name in the options menus. It will be very useful if there is a similar thing in Visual Studio options menus because its hard to find an option if you are not sure in which category it is.
24 votes -
VS11: Solution Explorer Member Ordering
Solution Explorer should sort the members in a class alphabetically rather than by how they appear in the file. Given a class with a reasonable number of members there is no easy way to find the member you want without searching or scanning the members. Ideally this should be configurable but at least make it consistent with the rest of SE for this release.
23 votes -
Task based IDE workspaces
Depending on the task you are performing you sometimes want a customized development enviroment, displaying different panels, menu bars etc.
When you debug for example, the IDE changes it's layout. It would be great if the user could do the same for tasks you can customize yourself.
You could for example customize a workspace for HTML editing, debugging, coding c#, database design, WPF XAML editing, etc.20 votes -
Group or "super tabs" in the VS IDE so that the designer surface and code editor are always together
I know that you have F7 and SHIFT+F7 to toggle between designer surface and code behind in a web forms webpage or a windows/wpf form, I would like to see the option of a single tab in the IDE for these two views combined and two tabs within that container (one for the designer surface and one for the code). That way, the two can always be kept together which would be useful when navigating the mouse, i.e. reflect the hierarchy visualised in the Solutions explorer on the tabs of opened solution elements.
19 votes -
Ctrl+Shift+T opens the last closed tab
Ctrl+Shift+T would open the last closed tab. This mirrors the behavior of Chrome and other web browsers. I've found this shortcut uber helpful when doing web development and now find myself hitting it in Visual Studio when I closed a tab I didn't mean to.
18 votes -
Ability to group files in Solution Explorer like files of WindowsForms forms
Ability to group files in Solution Explorer like files of WindowsForms forms: Form1.Designer.cs under Form1.cs
17 votes -
Rename Solution Explorer windows
It would be nice if we could rename solution explorer windows. For example, if I open a solution explorer scoped to my "Scripts" folder, I'd like to be able to tell which solution explorer it is when they are collapsed.
17 votes -
Bring back the Code Definition Window in Visual Studio Express
The Code Definition Window is no longer available in the Express version of Visual Studio 2012; bad idea - if anything, Microsoft should be adding features to the free version of their IDE, not removing them.
This is not the kind of feature that can be thought of as 'professional only' or 'enterprise only'; it's a basic development aid, and it's available in other free IDEs (since before it appeared in VS, actually).
If Microsoft wants to maintain their relevance in the IDE space, and win developers over to the new Store and mobile platforms, crippling the free version is…
16 votes -
Add the ability to check in files from Solution Explorer for "Classic ASP" Website
0
Hi All,
i want some help for Check in & Check Out Process for Classic ASP Pages on Visual Studio 2010.
Currently What i am doing is Goint to.
Files >> Open >> Websites >> Remote Website and Give my Local Server Name there with Port.
Then all the Directory of my Website gets listed out and i Click on Page i want and "Check Out" for edit and once my work is done i want to "Check in" the Page,But i am not getting that option on the List.
So can anyone please let me know,how i will…16 votes -
Please also remove syntax highlighting from VS2011, as this would give VIM and tools a real programmer use a serious UX advantage over VS.
::::::FINALLY FREE SOFTWARE GETS A CHANCE? NOT BACKED ONLY BY HYPE AND SEMI-RELIGIOUS FANATISM::::::::
:::TROLLFACE:::
16 votes -
Provide Target Framework upgrade switch for devenv.exe/Visual Studio solutions
When upgrading a Visual Studio solution from one version of the .Net Framework to another, there is no easy method to simply upgrade the Target Framework for all Visual Studio projects in a solution. Instead, one is forced to manually change the Target Framework for each and every individual Visual Studio project file. Instead, a /TargetFramework command line switch should be made available for devenv.exe to allow upgrading all Visual Studio projects in a solution to a specified version of the .Net Framework.
16 votes
- Don't see your idea?