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
-
Provide a way to duplicate a file without auto-previewing it
Sometimes aspx files take too long to preview. When I just want to copy-paste the file, I have to select it in the solution explorer. When a file is selected, VS 2012 invokes preview file feature.
Please provide a way to duplicate a file without first loading it.
3 votes -
Traditional Chinese:Test->Coded UI Test Project
In the File->Add New Project->Test->Coded UI Test Project template, after adding this project, the first dialog appears but the translation in Traditional Chinese seems not quite suitable.
Original Text->Suggested Text
1. Generate code that perform the same actions as the action recording that is associated with the test case or shared steps.
=>
1. 記錄關係到測試案例或共用步驟的動作並且產生可以重覆該動作的程式碼。1 vote -
Traditional Chinese: Solution Explorer pane tool bar: the icon hint on the right of Home icon
The icon with a 3 o'clock sign plus a down arrow on the top left corner of it. The tooltip hint is:
Original Text->Suggested Text
Pending Changes Filter => 篩選懸置中的改變1 vote -
AutoComplete IntelliSense should ignore the letter casing.
When we use Visual Studio IDE we observe that whenever we type a word and press Crtl + . (i.e options to help bind the selected item), we observe that IDE IntelliSense would not recognize that word as valid if our word does not match the case of the actual word, which is sort of inconvenience.
1 vote -
TFS - Preview & next client version – story board – need to see whole iteration path at top
We were looking at the online preview of TFS. At the top of the story board, it list the iteration, but only the lowest level of the path. Would be helpful if it showed the whole path for the iteration. Especially if you are managing multiple projects, this is helpful to ensure which one you are looking at. We actually use the client version of TFS (2010), but were looking at the online preview to see how story boards are handled. We would like this in the client version as well.
1 vote -
TFS - Preview & next client version – story board - see story points display under story name
On the story board in the TFS online preview – would like to be able to see the story points display under the story name. Would also like this in the next client version of TFS (which is what we actually use, currently v2010).
1 vote -
Provide categorized SharePoint server role installation
Provide the ability to install SharePoint with common server role configurations such as Central Admin Server, Application Server, Web Front End and Query/Index Server. This would greatly simplify the installation and structuring of SharePoint Server Farms with the various required services and configurations.
1 vote -
Exception Assistant - exstensibility to tap into the Error Message, Inner Exception,
I've reported the issue here: http://stackoverflow.com/questions/7816556/visual-studio-extend-ide-the-exception-assistant.
I truly desire exstensibility with the Exception Assistant. If you could please expose the Exception message, Error code, plugin GUI & etc, we could pull online resources in from SO, code project & MSDN & give online help links based on the error you're getting. Please make this ability as a interface so the community can implement the search features and incorporate them into the Exception Assistant. TIA. ps Would we all like the Jon Skeet add-in?
4 votes -
add possibility to require manual merge for certain items
Certain files are always difficult to merge, and under certain circumstances or periods, a file may contain "dangerous" content that always need to be reviewed before check-in after merge.
We had a situation where contents of a file was merged to development, and a number of corrections were made before check-in of the merge. Since the corrections were made within the merge operation (and no other changes were made on that file), these corrections where not caught when merging back to the base branch, and therefore continued to exist there.
I think that a light-weight solution to this problem would…
1 vote -
Be able to treat all warnings as errors except selected ones.
1) For example: turn 'treat warnings as' to 'all', but specify 'Missing XML comment for publicly visible type or member' co remain warning and not an error.
2) Display warning number in error list or add an option 'copy warning number' to a warning in error list.3 votes -
stop auto-complete from removing any text following the cursor - this is never the behaviour I want, nobody i know likes
basically just dont' remove text when the user presses space to auto-complete if there is text immediately following. one common-ish scenario is nesting functions in the same namespace
I write:
Foo::Bar( x );
then, later, I decide I want to use a Baz to store the result of Bar on so I type...
Foo::BazFoo::Bar(x);
but as soon as I press space to name my variable I end up with
Foo::Baz ::Bar(x);
I could be wrong, and maybe there is some situation where removing the text is a good idea - but I don't ever notice it (but perhaps this is…
1 vote -
Support suggestions, auto-completion etc for type-inference (auto) in IDE
The new C++ standard introduces local type-inference for variables with the auto keyword and language gurus recommend to use frequently, e.g. Herb Sutter says:
"Guideline: Prefer using auto to declare variables, unless explicit conversion to a specific type is required. It’s shorter, and helps to insulate your code from needless source ripples due to minor type changes." (http://herbsutter.com/gotw/_104/).While this is convenient from a programming point of view, the IDE does not recognize the infered type of the variable and provides no help at all when we assign a return value of a function call to a local…
1 vote -
Allow a Controller Level LoadTestPlugin for Global Parameters
Take this scenario;
You are running a large test which needs to spread over X amount of Agents.
You may need to switch between web servers in the future as other versions of the web applications may be hosted elsewhereWouldn't it be nice if a form could be initiated at the controller level to select which server to use (it could extend to all sorts of global parameter settings). Then this builds an app.settings file (or adds to it) which can be deployed with the rest of the items for the agents to use
Currently I have only managed…
4 votes -
Make loading satellite assemblies signed with no key or a different key optional
At present the CLR only loads satellite assemblies if they are signed with the same key as the fallback assembly to which they refer. This means that the only people that can add new cultures to an existing assembly are the original authors. This includes the .NET Framework itself, ASP.NET MVC, Silverlight and every signed assembly released by Microsoft (or indeed anyone else).
The .NET Framework 4 is currently available in 23 languages (plus English). ASP.NET MVC 3 is currently available in 9 languages. If the language you want isn't on this list then there is nothing you can do…
57 votes -
BackgroundWorker reporting progress
On the BackgroundWorker DoWorkEventArgs add a property to allow reporting progress without having to cast the sender to a BackgroundWorker
1 vote -
Scripted plugins for visual studio per solution
It is necessary sometimes to create an extension for VS that should be used by all developers in a team. Well, you have to remember to update it when new version arrives. It would be better to have these extensions as a scripts included in solution.
So, for example I want to provide some custom command for css folder in my web project. I create a script (in powershell for example) that implements this command. Include it to project's special folder "extensions". This command will be available automatically for all developers when they checkout the code from repository.
3 votes -
Fix the click _here_ to see the status of the validation build formatting
The Pending Changes view has a link to check the status of the build.
The highlighted link text is the word "here", this is one of the commonest design mistakes for using links: http://www.useit.com/alertbox/designmistakes.html
Consider changing:
Your check-in has been queued for validation. Click _here_ to see the status of the validation build.to
Your check-in has been queued for validation. Click to see the _status of the validation build_.
This way the link text highlighted is "status of the validation build", which communicates the target of the link clearly and makes the clickable area of the link much larger.
3 votes -
Bind Ctrl+E to Search in the Object Browser by default
Ctrl+E sets focus on the search bar in most apps (e.g., Explorer, Office, IE, Google Chrome) - basically everything except (of course) iTunes. So it only makes sense that if your in the Object Browser, and you type Ctrl+E, focus goes to the Search box so you can quickly start typing your identifier.
1 vote -
Enable Xaml snippets in the Xaml editor
Enable code snippets for xaml , similar to html snippets for creating controls and panels
26 votes -
Track the active item with an alternate highlight
I appreciate that there now is an Sync with Active Document button in the Solution Explorer (Dev11/VS2012). But that is still a manual task and if corrupts workflow.
I can not work with the 'Track active item in the Solution Explorer' set to on as when navigating different files it just jumps around to much.
So why not use a lesser highlight (e.g. just use another font color) to highlight the active item, and use the standard highlight for the current selection on the Solution Explorer.
One peculiarity in my VS setup/layout is that (as most devs I guess) I…
1 vote
- Don't see your idea?