T O P I C R E V I E W |
pocruadhlaoich |
Posted - Sep 05 2019 : 10:01:16 AM Hi, IntelliJ has a very useful feature called Inline Values View: https://www.jetbrains.com/help/idea/inline-debugging.html ReSharper has already implemented this for Visual Studio: https://blog.jetbrains.com/dotnet/2017/11/21/resharper-2017-3-brings-debugger-editor/ There is also the Entrian Inline Watch plugin, which is different in appearance but similar: https://marketplace.visualstudio.com/items?itemName=EntrianSolutions-RichieHindle.EntrianInlineWatch Would Visual Assist comsidering adding this feature? Thanks, Patrick |
4 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Sep 07 2019 : 5:33:09 PM I have put in a feature request for this:
case=141211 |
Mnemonic |
Posted - Sep 07 2019 : 10:44:17 AM I second this request. It would be awesome if VA supported this. |
pocruadhlaoich |
Posted - Sep 06 2019 : 04:48:57 AM Hi accord, yes I am familiar with that feature but all the examples listed above automatically provide per line inline variable values. This is the equivalent of the existing Visual Studio feature without having to pin every value in every method you debug through. The alternatives are far superior and since ReSharper has it then I am wondering if Visual Assist will do something comparable. If done right, it could be a great benefit to debugging. Thanks, Patrick |
accord |
Posted - Sep 05 2019 : 8:50:36 PM Are you aware of a similar Visual Studio feature? It's not quite the same but you may still find interesting or useful. If you hover over a variable that you are interested about, you can pin it down and it will look like this:
 |