Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to trigger a refresh of the OUTLINE (DocumentSymbols) #71454

Closed
GordonSmith opened this issue Mar 29, 2019 · 6 comments
Closed

API to trigger a refresh of the OUTLINE (DocumentSymbols) #71454

GordonSmith opened this issue Mar 29, 2019 · 6 comments
Assignees
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

Comments

@GordonSmith
Copy link

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).

@jrieken jrieken added feature-request Request for new features or functionality under-discussion Issue is under discussion for relevance, priority, approach outline Source outline view issues labels Apr 1, 2019
@jrieken jrieken added the api label Oct 7, 2019
@stefan-toubia
Copy link

+1
With Clojure, the file has to be evaluated in the REPL before the symbols can be inspected, so this happens after the file is saved and the REPL is done loading.

@jrieken jrieken added this to the Backlog Candidates milestone Nov 20, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 15, 2020

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot
Copy link

vscodebot bot commented Mar 6, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

1 similar comment
@vscodebot
Copy link

vscodebot bot commented Mar 6, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

@vscodebot
Copy link

vscodebot bot commented Mar 16, 2020

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Mar 16, 2020
@vscodebot
Copy link

vscodebot bot commented Mar 16, 2020

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants