Hi,
Recently, I was working on my vspackage focusing on syntax coloring.
I use the builtin CodeModel to analysis the code elements but can not check whether user is still editing the textview during the occurrences of ITagAggregator<IClassificationTag>.BatchedTagsChanged which I can get event handler from
my ITagger<ClassificationTag> through IViewTaggerProvider.
I want to know any possible ways to achieve delayed checking code elements from CodeModel based on typemetering or event serivce that I can import to acheive this from SDK in ITagger<ClassificationTag>.