I have a VSPackage that extends the margin via IWpfTextViewMarginProvider. I do some processing asynchronously to avoid blocking the UI thread. Is it possible to update the margin upon completion without waiting for a user event to trigger Visual
Studio to request a new margin?
↧