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
-
Interop between the concurrency runtime and the CLR
Make code that uses the concurrency runtime interoperate with the CLR. Trying to circumvent the limitation using the PIMPL idiom does not work either.
30 votes -
Support using a Binding in a Style Setter in Window Store apps
SL5 (as well as WPF) support setting the Value of a Style Setter to a Binding but XAML Windows Store apps do not (maybe because it was based on a snapshot of SL4).
62 votes -
Support custom parsing of strings in XAML Windows Store Apps
In WPF/SL, we had the TypeConverter class. If you had a custom Type you could create a derived TypeConverter and handle the conversion from String and then you were able to use the attribute syntax in XAML to set the value of a property of that type. WinRT does not have such a concept. Instead internally MS handles parsing a limited number of built in types. In addition the auto-generated IXamlType has a CreateFromString but that only deals with enums. Even if one took the time to try and intercept/override that a compiler exception would be generated for any type…
64 votes -
Change the product backlog and Sprints to include all children, or atleast as choice.
Basically the producs backlog and sprints should look like this picture attached. It can be customizeable, how many children, etc.
All we see now are the backlog. but for a quick overview, our team would like to see the tasks required to get there. Gives a bit better overview for a 2 (sofar) people team. But most importantly for new guys to see.
15 votes -
Groupping UnitTests by Namespace missing in VS2012
In Test Explorer groupping Tests by Namespace is not possible like in older versions of Visual Studio.
98 votes -
Support for Custom Link Types in TFS 2012 Web Sprint Board
In TFS, it’s possible to introduce Custom Link type(s) that can be used to Link up two WorkItem records. Customers that have used Open Source process template like Scrum for Team Systems have used custom links all over the place. Plus this is supported feature within TFS where by it allows customization of Link Types via Process Template Modification. Now, in TFS 2012, in Web based Sprint boards, it only supports Parent / Child link type. It does not support Custom Links which I think is a big gap. Without support for Custom Links I could only see one type…
52 votes -
Integrate Team Foundation Service Web Access with Skydrive.
When provisioning a Team Foundation Service account, automatically link it with a folder in the Skydrive of the owner of the TFS account.
As I create projects and teams, any user with access to that project should automatically get corresponding access to the skydrive folder for that project.
Then on the "Attached files" section I would have an option to "attach from skydrive". This will create a link in the attachment UI to the desired document.
Example: I create a Task in TFS. Link it to a one note page. This gives me real time collaboration on the notes for…
8 votes -
Bring Back Full-Color Icons to Visual Studio 2012
The mostly black & gray glyphs used in Visual Studio 2012 are very difficult to distinguish between. Familiar icons that we have known and used for years are now gone, and it takes (wastes!) a ton of time trying to find the right icon/command/object. Please bring back the tried-and-true, full-color icons that clearly represent each command/object and are easily identifiable.
1,999 votes -
Add Git-Support for On-Premise installation before the next major release.
Your Git-Support for the TF Service is great. But what a lot of us need is the same ability in the On-Premise version of TFS.
I know that this is sheduled for the next major version of TFS. But hey; who can wait so long for that Killer-Feature? :)
So please provide Git-Support in one of the following regular updates for TFS.
31 votes -
Do not eliminate the CLASSIC view of MSDN
Microsoft is apparently about to eliminate the classic view of MSDN in favor of the poor low-contrast, pale, washed out 'lightweight' view. When you visit MSDN now you will see the following if you are viewing the CLASSIC view:
"This view of the MSDN and TechNet Libraries will be replaced soon with the Lightweight view. Try it now by clicking the Lightweight link above."
This is more of the same from Microsoft in reducing the developer experience to a shred of what it once was, and makes using MSDN as unpleasant as the grey theme of VS2012.
226 votes -
Add MS Office plugin to TFS
Add MS Office support into Visual Studio to create, edit documents saved in TFS. Would be helpful to review or edit specification documents from TFS itself.
15 votes -
In the team Explorer, Change Default State value of a selected Work Item to "Associate" instead of "Resolve" on Check In
In the team Explorer, Change Default State value of a selected Work Item to Associate instead of Resolve on Check In. In VS 2012, our team often closed the work item because Team explorer Automatically chooses Resolve instead of Associate in team Explorer. Its really Annoying. In most scenarios, the developer is going to associate lots of check ins for a task. they resolve the task only once , when the task is completed. so its better to make a default value as an associate instead of Resolve. or At least given an option to choose an default value. Thanks.
323 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 -
Add ID numbers to the Task Board tasks and work items (PBIs and Bugs)
When looking at the Task Board tasks and master work items, it would be helpful to know the ID numbers of the items up front instead of having to open the tasks and master work items up.
37 votes -
Migration from On-Premise to Team Foundation Services
Would like the ability to migrate TFS On-Premise to TFS Cloud Services. We have been using TFS for years now and want to keep our customizations and history.
9 votes -
Allow for custom rules in work item field reference
It would be nice to have ability to write complex rule for work items field. In my scenerio I have custom field Due Date and I would like to set its value to "DateTime.Now.AddDays(7)". Currently I can only use COPY rule but it support only static value.
Here is full description: http://social.msdn.microsoft.com/Forums/en-US/tfsprocess/thread/806d8398-00c6-4cd8-8356-228eeaef63ab
10 votes -
Coded UI can discover the color/backgroundColor of the controls in WPF
We can´t valite business rules involving a color change in the UI. Ex, if the balance is negative, the color of textbox where you see the balance is red.
25 votes -
TFS code review should not require a new code review to be started when code that is already under review is changed based on review comment
It seems that TFS requires a new code review to be started whenever code that is already under review is updated in response to review comments. It is not only unnecessary busy work for a developer to initiate a new review each time a review comment would suggest a change to the code that is already under review is necessary, but it also prevents having a single picture of changes made as a result of the review process.
With the current method, a single logical code review may span multiple physical code reviews and the comments for the single logical…
33 votes -
Bring back the basic setup and deployment project type Visual Studio Installer.
You really need to bring back the basic Setup and Deployment project name Visual Studio Installer. It was a clean, simple, and effective installer for home grown applications that were to be deployed internally. I downloaded and used InstallShield LE and it's too complicated and overblown to build simple effective install/uninstall capabilities. Why did you remove it to begin with? We have to support desktop applications for the foreseeable future.
5,018 votes -
On long work item titles which overflow on board show a visual marker
If there is a long title of a work item which does not fit on a stickie on the board it will not show a visual marker like "..." as a reminder there is more text in the title than is showed.
On several other places in TFS this behaviour does seem to be in place. But still not on the work item titles on the board.
17 votes
- Don't see your idea?