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
-
4 votes
-
Bring back the "Before building" options in VS2012
In earlier versions, there was a dropdown in Tools | Options that let me choose whether or not I wanted to save files when building. It would be very useful to have this back. (VS2012 always saves when building.)
4 votes -
Robust SOA Support
Currently, the IDE's support for service references is geared more toward attaching to existing services which are already hosted somewhere. But during development of a SOA, dependent services aren't yet hosted anywhere. It would be nice if, for instance, an MVC web application can choose WCF service projects in the same solution as service references, and have all the "config" stuff we do today be accessible from some editor in the context menu of the reference node itself (which could work by simply copying it to/from the appropriate Web.config file). This way, if I were to launch the MVC web…
4 votes -
Extend the Code-Folding ability of the IDE to the horizontal axis as well.
If you extended the Code-Folding ability to the horizontal axis as well, you fold on ( ) [ ] { } and maybe < > </ > for XML Literals.
Also extend to include, the Conditional Expression. (Note: [+] & [-] are representing the colwfold glyphs.
[+] IF myCondition Then
[-]Else
Rem ' Some Code Here]
End If
[-]If Cond Then
[-]ElseIf
[-][Else
End IfOr let the user arbitrarily highlight a block of code, to be folded.
4 votes -
Switch button in "Find and Replace" dialog box
Visual studio (and also SQL Management) "Find and Replace" dialog box could have button what switches values in "Find what" and "Replace with" fields.
4 votes -
Start Browser with defined resolution
You have nicely included the option to start debugging with different browsers. What really would complete an awesome debugging experience would be an option to define and select different resolutions and start debugging with a defined window size. Even the option to select multiple sizes and have several browser start with different resolutions would be nice.
3 votes -
Enable Auto Recover option in VS2010 Isolated Shell
In VS2008 Isolated Shell, the auto recover option is available. However, in VS2010 the auto recover is disabled (greyed out). Can you please re-enable this IDE feature for the Isolated Shell?
3 votes -
Make quick find optional (PLEASE)
Please make the Quick Find 'feature' (the one that come over from the Productivity Power Tools) optional in VS2012. At the very least, make an optional to stop highlighting every match in the file as I type each individual letter. When I press the letter e, I never ever ever want to wait 3 seconds just so I can see every single letter e highlighted in the document. It is infuriating.
Performance gets much more frustrating with regular expression searches. Find is supposed to be fast, particularly when I know what I'm looking for is in the file I'm already…
3 votes -
Allow users to 'sticky' comments & suggestions onto the design or code area and store them as meta info in the solution against that file.
Allow users to 'sticky' comments /suggestions/prompts onto the design or code area and store them as meta info in the solution against that file.
These comments would be visually appealing.
These 'comments' could be toggled on and off allowing other users to see other developers intent.
These comments would not be contained in the design/code itself rather be held as meta data against lines/areas of that file.
3 votes -
Rename items in "Recent" list on Start Page
At my company, I can be working in different source branches at the same time, meaning I can have a list of many different recent projects on the Start Page. However, since all the solution files are named the same (just in different branches), I have to hover over each item in the list to see where it is physically located to determine which one I need to open.
If we had the ability to rename the entries in the "Recent" list, I could give each item a name that tells me which branch that specific solution is in.
It's…
3 votes -
Instant file preview doesn't work for parent file of nested files.
In the RC (didn't try the beta),when you select a file in the Solution Explorer a preview pane opens with the content of the file. This feature is awesome but it doesn't work for parent files. Like if you have an App.xaml with a nested App.xaml.cs file file preview will only work for the nested App.xaml.cs file and not the parent App.xaml file. Please make it work for both.
3 votes -
When Visual Studio is compiling, show the progress in the task bar.
When Visual Studio is compiling, show the progress (or at least Indeterminate progress) in the task bar, so if I work with another software in th mean time, I can no when the build is finished.
3 votes -
Find and replace
Hi,
There should be option to save the regular expression by name in VS 2012 find and replace window, so that we can save any regular expression and use it while next time. E.g. to remove extra space we can save the (^(?([^\r\n])\s)*\r?$\r?\n) regular expression as “Remove extra lines”, and this will be appear under the standard regular expression list under “Custom Expressions” menu, So that we can use this saved expression next time.
We can also provide manage custom search menu where we can provide the functionality to add edit, delete existing custom (User defined) saved regular expression.
Anand…
3 votes -
Don't preview large files when it's selected into Solution Explorer
When Visual Studio trying quickly open selected file which have a size a lot of megabytes is done very slowly. Allow to set up maximum size of file for this feature.
3 votes -
Make it easier to keep solution structure and file structure in sync
Some of our solutions are rather large, so we like to keep projects organised with solution folders:
...\Service\...
...\Client\...
...\Install\...Naturally, we want what we see in Solution Explorer, what we see on our disk, and what we see in source control to relate to each other. However, every time we create a new project, we have to remember to update the location. Even though I right click on Install, and say Add New Project, that new project appears at the root! (unless I specify **again** that I want it in Install).
3 votes -
Save/Load different IDE layouts
I usually work with a laptop docked and 2 monitors and I have created a Visual Studio layout that use both monitors.
But it happens sometimes that I need to work in mobility and I have to remake the layout to fit one monitor.
It would be nice if I can save different layouts and load manually depending on the situations.
3 votes -
Consistent modal behavior for floating tabs and windows
In VS2010, once a tab was pulled out and floating, it shared the same modal level as main window. VS11 fixes this and allows floating tabs to have their own modal level. Brilliant, thank you.
However, this is inconsistent because the floating explorer windows ARE linked to the main Visual Studio window.
Please add a bit of consistancy between these behaviors.
Options:
1. User defined in user environment settings settings (off|on).2. User defined in each individual caret drop down list of the explorer windows (and then saved with the user's settings--no one wants to set the behavior for every…
3 votes -
Search like dreamweaver
It would be nice if you could search and replace for a entire clock of code just like you can in dreamweaver.
and it would be a good idea if the search didn't so long to start when you search the entire solution.3 votes -
Show the Code instead of a Window in the Quick Preview Window
If the Quick Preview Window shows the Designer, then it may load for a long time, or it may even crash the IDE (happens sometimes with our project).
At least add a Option to configure this behavior3 votes -
Chose a new color set for code highlighting, or for the diff line selector
This image describe how I have difficulties to read some highlighted words where I've a line with a diff
3 votes
- Don't see your idea?