Visual Studio 2019 Issues/ Features Needed

Visual_Studio_Pro_2019There isn’t a perfect application ever released, and the same is true for Visual Studio 2019. There are a lot of great features in VS2019, but there are many issues too, especially when it comes to .NET Core projects. So I decided to create a running list of the issues that I find or find frustrating. If any of these issues are fixed or improved, I will update this post.

Most of these issues/ suggestions I have posted in the Visual Studio Developer Community. Some of them have been moved to GitHub by the Visual Studio team. I hope you will go to the links to vote to ensure the team works on them sooner than later!

Code Analysis

Solution

Team

Running Visual Studio

Testing

Coding

  1. Requests for the “inline parameter name hints” feature. I really like the “inline parameter name hints” experimental feature, and I see that there are some additional features coming for it (great). Here are a couple of suggestions from my POV: https://developercommunity2.visualstudio.com/t/Requests-for-the-inline-parameter-name/1304226
    • To encourage clarity of code, allow the hint itself to be double-clicked, to insert the corresponding hint in as an actual named parameter. This way, users who want their code to be readable outside of the VS editor can easily insert those parameter names.
    • Allow methods to specify an attribute [NoParameterHint(“v”, “x”)] to prevent the hint from showing where it’s obvious. It would be an extra filter in cases where API developers have taken the time to indicate this hint is not required.
    • Put in a placeholder hint that’s just : where the hint is filtered-out/unnecessary. That small amount of real-estate would allow users to hover and see the same information that’s shown on the hint (parameter type/name/description), without using Ctrl-Shift-Space to see the parameter definition. It would also allow double-click insertion per point 1 above.
    •  

Miscellaneous

  • Documentation keeps getting worse, not better.
  • Workflow… where is it???

Summary

Well, that is what I have so far. Here are some general suggestions of mine for the Visual Studio team:

  • Slow down the releases! It seems since you have gone too frequent updates (sometimes multiple per week) has, to me, lead to more issues.
  • A feature isn’t done until the tooling is done! Oh and the documentation!
  • Please get more Microsoft MVP’s (like me) involved in decision making for features BEFORE you start working on them, not at the end! I have never been contact by the Visual Studio team. I’m waiting! There are features in VS that are my idea and I’m ready to help even more! My passion is code quality features.

Have you found issues with Visual Studio 2019? If so, PLEASE make a comment below. I have reported many of these issues here: https://developercommunity.visualstudio.com/users/167861/f3856d7c-6549-4e28-9d85-ef1e3977c3c2.html?itemsifollow.

I’m not getting a lot of support from Visual Studio support, but I keep trying!


Discover more from dotNetTips.com

Subscribe to get the latest posts sent to your email.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.