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

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the "My feedback" filter and select "My open ideas".
(thinking…)

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
  1. 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
    Vote
    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      You have left! (?) (thinking…)
      1 comment  ·  .NET  ·  Flag idea as inappropriate…  ·  Admin →
    • 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 Try

      And of course the Return "Stuff done" would stop the timeout.

      1 vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service
        Signed in as (Sign out)
        You have left! (?) (thinking…)
        0 comments  ·  Languages - Visual Basic  ·  Flag idea as inappropriate…  ·  Admin →
      • 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
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service
          Signed in as (Sign out)
          You have left! (?) (thinking…)
          0 comments  ·  Flag idea as inappropriate…  ·  Admin →
        • 0 votes
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service
            Signed in as (Sign out)
            You have left! (?) (thinking…)
            0 comments  ·  Team Foundation Server  ·  Flag idea as inappropriate…  ·  Admin →
          • 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
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service
              Signed in as (Sign out)
              You have left! (?) (thinking…)
              0 comments  ·  Editor  ·  Flag idea as inappropriate…  ·  Admin →
            • 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
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service
                Signed in as (Sign out)
                You have left! (?) (thinking…)
                0 comments  ·  SQL BI Tools (SRS, SSIS, SSAS)  ·  Flag idea as inappropriate…  ·  Admin →
              • 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
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service
                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                  0 comments  ·  Languages - C#  ·  Flag idea as inappropriate…  ·  Admin →
                • 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
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service
                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • 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
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service
                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                    • 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
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service
                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                        0 comments  ·  Team Foundation Server  ·  Flag idea as inappropriate…  ·  Admin →
                      • 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
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service
                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                          0 comments  ·  Languages - C#  ·  Flag idea as inappropriate…  ·  Admin →
                        • 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
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service
                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                          • Compile C# With out .Net

                            Run Program C# without Install .Net

                            1 vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service
                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                              0 comments  ·  Languages - C#  ·  Flag idea as inappropriate…  ·  Admin →
                            • 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
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service
                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                                0 comments  ·  IDE  ·  Flag idea as inappropriate…  ·  Admin →
                              • 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
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service
                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                • 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
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service
                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                    0 comments  ·  IDE  ·  Flag idea as inappropriate…  ·  Admin →
                                  • 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
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service
                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                      0 comments  ·  Team Foundation Server  ·  Flag idea as inappropriate…  ·  Admin →
                                    • 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
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service
                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                        0 comments  ·  Team Foundation Server  ·  Flag idea as inappropriate…  ·  Admin →
                                      • 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
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          Password icon
                                          I agree to the terms of service
                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                          0 comments  ·  Editor  ·  Flag idea as inappropriate…  ·  Admin →
                                        • 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
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            Password icon
                                            I agree to the terms of service
                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                          • Don't see your idea?

                                          Feedback and Knowledge Base