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
-
Add a GUI editor for XML comments
Maintaining XML comments especially with code examples is a pain. It would be very useful if VS11 has built-in functionality for editing XML comments with a GUI addon. See DocumentX plugin for VS2010.
7 votes -
Open several solutions on same VS instance
If we have to work on several solutions at same time, one thing that could help to improve our performance, is the possibility to open them all in the same VS instance.
6 votes -
Make VS build/load projects in solution in parallel
Having lots of projects in a solution is something common nowadays.
VS should load, build, rebuild the projects in the solution in parallel using a configurable number of cores.
A modern cpu can get you even 8/16 cores. most should be used for the heavy work (vs working), and some (maybe 2) should be left for the OS & other applications.This should make a lot of scenarios feel better as VS build some projects in the background when needed (refactoring, finding references, opening some designers).
VS should also build a single project in parallel. There are some taks that…
6 votes -
Language agnostic comment notation for mathematical expressions with IDE visualization
You should be able to enter comment in the supported (C++,C#,F# etc) languages within the code just like ordinary comments but have some special way to mark that the comment contains mathematical notation/formulas that the IDE can interpret and display. It would be handy if you could copy formula from say Mathematica and then insert it into the comment.
6 votes -
Convert search results to grid.
Right now, the first thing I need to do after a search, is move the scrollbar on the search result to scroll the actual code into view.
If the searchresults are converted to a grid, I can just switch the columns, so that the information I am most often interested in, will be visible right away.
6 votes -
The "Find and Replace" window needs a "Skip File" button; I often find myself caught in compiled script files or dbml backends, etc.
The "Find and Replace" window needs a "Skip File" button; I often find myself getting caught in compiled script files or dbml backends, etc. while looking for a term that should be easy to find with the exception of those few files that hold multiple uses of it.
6 votes -
Improve the UI design.
maybe use/apply silverlight in the IDE. make the UI feel similar to a WPF, also include a new item datetime picker for asp.net or winforms/wpf/silverlight
6 votes -
automatically open folders in the solution explorer then i drag some files over.
It would be nice if folders in the solution explorer open automatically then i drag some files from my browser over it because sometimes there are subfolders in it there i want to drop my files in :-)
..after this action they could close (go back to the last state) automatically6 votes -
Change recent docs to favourite docs or at least allow me to pin certain solutions.
I work on several projects but have three main ones. It's annoying when one falls of the recent projects menu because I've been doing other things recently. It'd be better if I could say that there are some that are always on the list.
6 votes -
Make IIS Express always available like IIS, or at least don't kill it when stopping debugger /
One has to start the debugger to view a web page with IIS Express, which causes much of the IDE to become read-only, making it difficult to play with an app while making coding changes. When the debugger is stopped, the page can no longer be viewed in the browser. IIS does not have this issue since it is always available.
6 votes -
Upgrade to VS vNext Option needed
Like Windows OS, for VS vNext pl provide option to upgrade VS2010 to VS 2012 bcoz instlling/uninstlling VS is time consuming!
6 votes -
clean web site project
Make possible to Clean/Rebuild Web Site Project.
Currently Clean/Rebuild a solution containing Web Site performs the action against all the projects inside except web sites, nothing happens with them.
6 votes -
Design pattern suggestion
It will be great if the Visual studio will start your solution with standard design pattern template, or give you the capability to transform your code from one design pattern to another.
6 votes -
Create a lighter version of Visual studio that can be used over the web
It will be great to create a web version of Visual studio that allow the developer to write code, compile and deploy from any machine , any where just by using Browser. The processing, compilation and deployment will be done on centralized server, but as user I can go to any IE, login, see the code, change code, debug code, deploy a code and test an app. If you think this is impossible then my question will be Why not?
5 votes -
Please add "Smart paste"...
Add a smart paste to the menu, so we can paste as a comment, as xml comment, as stringbuilder, etc...
5 votes -
Stop hosting web sites from the project folder.
Hosting web sites from the project folder is a terrible burden on developers.
Deploy all the files to the output path, just like with a desktop application project. For projects targeting IIS, deploy the files to the IIS website via the appropriate web services.
Any time a Visual Studio Development Server hooks up to a project, it should work a copy of the output folder. This prevents testing from modifying the project's or the output's web.config.
5 votes -
Provide unified parallel build
Taking advantage of multi-core machines is sub-optimal. One has to enable parallel source compilation within a project with /MP and, separately, enable parallel project build within a solution with /m.
End-users have to somehow find the optimal values for these two switches by trial and error. Worse, it appears that a single compilation process will be pre-assigned a set of files before compilation starts. Thus one can end up with one process compiling all the small files of a project, and another, all the large files. The effects of which are obvious when you witness multiple files being compiled in…
5 votes -
Port Visual Studio to ARM architecture (to match Windows 8 ARM build)
The first public version of Windows 8 seems to come out this autumn. Microsoft claimed ARM support. Can't imagine, why I need Windows on ARM without Visual Studio.
4 votes -
Provide the Oslo M language tools in the professional version and above (and below if feeling generous).
The Oslo M language tools look like a good dsl maker and would be a good addition. C++ proj template would be nice, too.
4 votes -
Convert VS2010ImageLibrary images to XAML format
Add common images not only in *.png format but also in XAML, probably using DrawingImage
4 votes
- Don't see your idea?