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

Capabilities for outline #795

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Capabilities for outline #795

wants to merge 2 commits into from

Conversation

rtetley
Copy link
Collaborator

@rtetley rtetley commented Jun 24, 2024

No description provided.

We implement the documentSymbol capacity, which allows for the user to use the outline feature of vscode.
@rtetley rtetley force-pushed the overview branch 2 times, most recently from 7f2f495 to 0bc27c4 Compare June 26, 2024 07:39
@rtetley rtetley requested a review from gares June 26, 2024 07:39
@rtetley
Copy link
Collaborator Author

rtetley commented Jun 26, 2024

@gares if you can briefly review this then I'll merge and use it as a basis for further work using the "outline"

Copy link
Collaborator

@gares gares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only question is about invalidation. What do you do?
It seems you do nothing when a sentence is removed and I guess you should follow what the scheduler does.

@gares
Copy link
Collaborator

gares commented Jun 27, 2024

A nitpick. In OCaml let... in is well delimited, so if in the body you use a match, you don't necessarily need a begin end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants