API to trigger a refresh of the OUTLINE (DocumentSymbols) #71454
Labels
api
feature-request
Request for new features or functionality
outline
Source outline view issues
under-discussion
Issue is under discussion for relevance, priority, approach
Milestone
Currently
provideDocumentSymbols
is called whenever a documents content changes.There are occasions when the "known" list of symbols for a document may get updated independently to the document getting changed (like during a background compile, or a user initiated "check syntax").
It would be nice if we could trigger an event which would force a given document to request the latest list of known symbols from the DocumentSymbolProvider.
(its quite common for compilers to provide the outline quickly via a simplistic AST, but then "fill in the gaps" as part of a full compile).
The text was updated successfully, but these errors were encountered: