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
-
Until a decision is made to release a form of Dundas gauge controls provide licenses to all of us orphaned developers.
Provide a means to license the Dundas gauge controls since there is no decision to release the gauge controls Microsoft purchased. We can with some work convert from the Dundas chart to the Microsoft Chart controls in datavizualization. We are orphaned on the gauge controls because Dundas can no longer sell licenses and Microsoft has not decided to release the gauges. Not a good thing. It would cost little to at least offer an as is license to the old Dundas gauge controls until a decision to release a version of them was made.
8 votes -
Try with timeout
It would be great to be able to add a timeout to a try catch. Something in this spirit:
Try WithTimeOut(30s)
' do some long running stuff
return "Stuff done"
Catch(ex as TimeoutException)
return "Timeout after 30 seconds"
Catch(ex as Exception)
return "Some other exception happened"
End TryAnd of course the Return "Stuff done" would stop the timeout.
1 vote -
Enhance web deployment
I had problems deplying an asp.net mvc web application to my webhost and after an all-nigher I finally solved the problem which consisted of several parts.
When you configure for a ftp deployment of a website bring back the option to choose between active and passive connection. When you enter the ftp addres username and password and press the button to test the connection you could do your check to try and determine wether or not passive connection should be used and give me a suggestion on the matter. However I should Always be able to override that suggestion.
I…
0 votes -
0 votes
-
Exclude outlining operations from the undo/redo stack
There's something really annoying in Visual Studio : where I expand or collapse a method or code region, this action is pushed on the undo stack. So if I edit some code in a method, then collapse that method, and then want to undo my change, I have to undo twice : once for the collapse action, and once for the change in code. This can be VERY confusing if you expanded or collapsed several things after editing the code, the editor keeps jumping to different places and you don't know whether your changes have been undone or not... Please,…
2 votes -
TFS Preview : Sprint end date should be aligned automatically
I was going through the TFS Preview & found sprint dates are not aligned as per the effort & priority of sprint item given.
4 votes -
C#Doc
The XML docs C# supports are really ugly and without editor support extremely difficult and cumbersome to write. Even so, the editor support for them is surprisingly limited (unless you use ReSharper).
The C# compiler and Visual Studio should support JavaDoc/JSDoc style comments as well. They're much cleaner, easier to write/read/understand.
Making the documentation tools better is essential in increasing their adoption in the first place. The ugliness and complexity of XML docs prevents many people from writing them. XML is for machines to write and read, not humans.
3 votes -
Team Build, process parameter suggestion
"Queue New Build" -> "Parameters" tab display lists ~ 13 values; Limited scrolling.
Suggestion is to have display list as many parameters as are defined and listed in Edit Build Definition --> Process.
1 vote -
Indicate when a solution or a project has unsaved changes
Unless you have the solution or project properties window update you have no indication that there are unsaved changes to projects. It's very easy to make changes without realising it (e.g: add a reference via Resharper). If you're using an external source control tool such as Git you are likely to stage and commit incomplete work because you need to press Ctrl + S first.
An asterisk at the right of the project name would adequate, or maybe a colour change... whatever.1 vote -
Add "run with options" to test tab in TFS2012 web client (as in test manager)
Though you now can execute tests via the test tab on the TFS2012 web client, you cannot specify a build that is used for uploading the results. When analyzing the test run later via Microsoft Test Manager, all test test results are uploaded without build information, even if a default build was defined in the test manager property pages.
This makes the test tab on the webclient useless in case if is required to always run tests against a build.
1 vote -
option to debug in c#
It will be great if a developer can debug a windows application dlls. Because every time we need to connect to the customer and debug through code. What I am trying to say is like how we can debug a html page. the same way we need option to debug in c#dlls.
1 vote -
Class View does not retain previous state
Hi,
I am wondering why class view does not retain its previous state after application re-opens. Or why there is no quick "expand all" option included.
It is quite annoying to reopen the tree everytime I re-launch the VS...1 vote -
Compile C# With out .Net
Run Program C# without Install .Net
1 vote -
Display Visual Studio version in title bar
At this moment Visual Studio displays in the title bar a string like
{Solution name} - Microsoft Visual Studio (Administrator)
It would be good to also display the VS version, 2010 or 2012, something like
{Solution name} - Microsoft Visual Studio 2010 (Administrator)
or
{Solution name} - Microsoft Visual Studio 2012 (Administrator)1 vote -
fix the issue where logging off and logging on as another user doesn't work right. It seems like you can't effectively log off.
we get around the problem by clearing cookies... happens on both xp and 7, both firefox and chrome
1 vote -
Provide us with Xbox One Version of VS Express
It would be awesome if we could start creating apps and games for Xbox One store before the hardware comes out. Perhaps we could make it work with current Kinect and Xbox 360 controllers on our windows 8 hardware??
3 votes -
Allow TFS "Get" operation in VS2012 Solution Explorer to get only the files that are in the solution
Unfortunately, in VS2012, a TFS get operation in Solution Explorer is basically the same as a get operation in Source Control Explorer. In the past, the get operation from Solution Explorer only obtained the files that were in the solution and projects (sln). If you wanted all other files, you used Source Control Explorer. The new design is causing us many problems because we have several files in Source Control that have absolutely nothing to do with the solution build, but have much to do with the product itself. For example, we have many documents and SQL databases that stored…
23 votes -
Add the ability to perform a TFS "Get" operation in the Visual Studio IDE during build as has been available in the past
I provided this in bug 786979 (http://connect.microsoft.com/VisualStudio/feedback/details/786979/cannot-perform-a-get-operation-in-vs2012-tfs-when-a-solution-is-building). There is too much hand holding that has been introduced in VS2012--and this is part of it. It makes advanced users less productive. At least provide the ability to dismiss the message once you've seen it once as in earlier versions. I know you can still do this with the command line, but this is annoying if you simply want to get a single file up to date, especially with large solution structures with many files and folders such as we have.
15 votes -
Model Viewer and Image Viewer in VS Express
It would be very useful for independent and young developers who want to do games!
2 votes -
Expose Project-Configurations chosen in the Configuration-Manager to the build system
The configurations chosen for projects in the Configuration-Manager should be exposed to the build-system by variables. Sometimes projects depending on other projects in the same solution need special setup depending on what configuration was chosen for the dependency. Currently only the configuration chosen for the project to be built is exposed - not for the other projects in the solution.
1 vote
- Don't see your idea?