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
-
Implement indexed full-text search of work items, check-in comments and source
TFS stores a tremendous amount of text, but finding what you are looking for with the built-in tools is not very easy. The work item query editor follows the old structured approach - which is good for some things - but is clumsy for full-text, unstructured searches. Check-in comments are even more problematic.
Imagine a search engine that crawls the full TFS content, with simple scoping (project/folder and item type) that instantly finds changesets, work items and source code. The web frontent should have a very familiar "web search engine" style, but it should also be possible to perform these…173 votesThanks for the feedback. The web access site for TFS 2010 features a search box for work items. The work item search box has been added into the product for the next version of Visual Studio. As BertrandH notes, there’s a third party plug-in that adds a search box for work items to VS 2010. Our official powertools for VS 2010 also recently released with a work item search box added in: http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f.
We continue to look into a comprehensive search solution for all artifacts in TFS besides just work items.
-
Workflow Designer Integration
Lightswitch is a killer app with respect to LoB application development. My current client is giving up on the ASP.NET platform for an LoB application because Oracle has sold them on the idea of ADF forms and their BPM (ex Weblogic) Workflow integration using JDeveloper (sic).
Lightswitch is the perfect counter to ADF offering same/richer UI interactions, speed of delivery and ease of use, however lack of Workflow Integration makes it unsuitable for developing workflow application. With Sharepoint's anemic WF support and WF runtime's default set of activities library, building LoB WF applications in ASP.NET is a pain.
1. Throw…
172 votes -
Incorporate the ribbon and ditch the toolbars!
Is there any other app that has an incredible amount of commands that would benefit more from a results-driven UI? I think incorporating the ribbon is a no brainer!
170 votes -
Add native Markdown support
Markdown is known as best idea for project text files. For example most README files novadays are written in markdown.
Also default README.md could be possible added to project templates.
To get more details visit Markdown specs page http://daringfireball.net/projects/markdown/.
167 votes -
Separate WPF designer from xaml text editor
Separating designer from xaml text editor will allow use them on multiple monitors. Also it takes times to open a xaml file because the designer loads. Even if only xaml text editor is visible. I prefer to edit xaml manualy and don't need the designer. If i need it some day, i will open it explicitly
167 votes -
Let us create multiple collections on Team Foundation Service
As an organization with 25+ developers and 15+ ongoing/supported projects for several customers, we need the ability to group our team projects into different project collections.
I am sure we are not the only ones.
166 votes -
Provide the ability to convert a work item to a different type
...for example, change an existing work item from an Issue to a Bug, etc.
Users less familiar with the system frequently enter work items using the wrong work item type. Currently, you can't fix these items.
164 votes -
Support OpenMP 3.0 or 3.1
Version 3.0, released in May, 2008. Included in the new features, including tasks, better support for loop parallelism and nested parallelism. These new features are summarized in Appendix F of the OpenMP 3.0 specifications (http://www.openmp.org/mp-documents/spec30.pdf).
Version 3.1 (http://www.openmp.org/mp-documents/OpenMP3.1.pdf) of the OpenMP specification was released July 9, 2011.
162 votes -
XML format of solutions files (.sln)
Current format of solutions (.sln) files is very complex and is not XML. Current format prevents to make the merge operations and various automation actions. Visual Studio solutions files must be in recognized XML format (like MSBuild files).
161 votes -
Parameterized Modules
It would be great if you could provide some parameters to a module, even if it was just at compile time. Something like:
open Module1(p = 100)
This would make a lot of use cases much simpler to deal with while letting the code keep it's functional feel. This is especially true for math related stuff.
161 votes -
F# add Unit Test support
Although FP style is Unit Test ready code there is no support in VS for Unit Test feature in F#.
159 votes -
'params' keyword for every list
If you're a C# developer, I bet you've used something like this before:
***** SomeType DoSomething(params AnotherType[] array){...}
It is a lot easier to use the 'params' modifier than to create a new array with all the paremeters of the same type you want to insert in a method, specially when it comes to small test projects.
However, using this comes with a disadvantage: you MUST use the array type. No IList, List<T>, Dictionary<TKey, TValue>, etc.. I believe there is no such reason not to allow these list-like types to use the params keyword. Example:
***** SomeType DoSomething(params ListType list){...}
…
157 votes -
Workflow Status Designer/Visualizer on the Web
The idea is to show the status of workflow graphically. Typically we can do it by re-hosting the designer in a Rich Client, but the web equivalent is rather painful. Need a new HTML5 implementation. I have been planning on starting an open source version for a LONG time now, need the right kick in the pants to get down in. In my lob app I am using a highly customized version that spits out ImageMaps (sooooo web 1.0)...
Once the visualizer is up, extend it to do small designer functionalities. Something akin to Nintex's workflow designer for Sharepoint. Something…
156 votes -
Stop automatically messing with my solution configurations and platforms
Every single time I add a project to a solution, Visual Studio "helpfully" adds to the solution every configuration it finds in the project.
Every single time the project has a platform that the solution doesn't, Visual Studio "helpfully" creates the missing solution platform and also, most annoyingly, "Mixed Platforms".
PLEASE leave them alone. I set them up how I like and I'd like them to stay that way.
Example use case #2:
I create a new project (defaults to x86) and add a Util library (AnyCPU). Wham, I'm only 5 seconds into a new project and I already have…
154 votes -
147 votes
-
Slipstream Visual Studio service pack installs with main installer
Problem:
I work for a large organization where we have 1000's of developers and we are constantly battling losing our admin rights. In order to get the software we need we have to have it packaged by the bank and pushed to the users machine. In the case of Visual Studio 2010 which is huge in itself, when a service pack is released we have to increase the install time even more by adding the Service Pack as a post install action.Would like to increase client satisfaction by having available an install that includes the service pack(s) in the…
146 votesI moved the category for this to Install, so the setup team will see it in their reporting. Thanks for submitting the idea.
Doug Turnure
Visual Studio PM -
Stop treating workarounds as a legitimate alternative to standards compliance
Particularly in the world of C++, where the delta between what the compiler accepts and what the standard says is quite large, it is common for people to report bugs against the compiler.
Often, however, these are met with refusals to fix the compiler, and claims that there are workarounds.
I would love you to change this policy.
Yes, sometimes there is a zero cost workaround to a particular flaw. But that's not a reason to not fix the bug. I write code that I wish to compile in g++, VC++, and sometimes even clang++. Being forced to avoid standard…
142 votes -
Test Suite Security Permissions in MTM
Implement security permissions at the test suite level within MTM. Currently one can set permissions in a test plan and in doing so the tester is unable to delete the test plan. Problem however, is there is no means to restrict at the suite level. So even if a tester cannot delete the test plan, they are capable of deleting any and every suite within this test plan. Since all test execution results are stored in the test suite, the plan setting should either be inherited by the suites or there should be a means to customize for the suites…
138 votes -
WinRT Desktop App profile
This comes off of the ARM Desktop post here:
http://blogs.msdn.com/b/b8/archive/2012/02/09/building-windows-for-the-arm-processor-architecture.aspx#10266574As stated in the article, ARM devices can't install desktop apps other than Office 15. Here is an idea to provide desktop apps via the windows store using WinRT instead of Win32:
* I agree totally with not allowing users to install applications for ARM hardware outside of the windows store. At least for the first generation of ARM PCs, this will greatly help reduce consumer confusion and improve their experience with these PCs. They find software for their PC in one place and everything they see in the windows…
135 votes -
Make source code (text) editor faster
With a lot of extensions installed, the source code editor can really slow down on some older systems. Scrolling isn't smooth, and typed text can have big delays in showing up.
135 votes
- Don't see your idea?