eberthold / SteroidsVS

Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=eberthold.SteroidsVS
MIT License
25 stars 2 forks source link

Diagnostics doesn't immediately respond to line changes. #17

Closed pushqrdx closed 5 years ago

pushqrdx commented 5 years ago

So while editing a file, mainly inserting or deleting lines. A DiagnosticInfoLine only updates when analysis finishes which results in the adorner jumping around either to the previous or next line for a second before it updates. I am trying to work on a fix atm but i wonder if there is a good way to hide a DiagnosticInfoLine without actually deleting it? DiagnosticInfoLine.IsVisible seemed like it should work but setting it to false doesn't hide it for some reason.