-
Notifications
You must be signed in to change notification settings - Fork 13
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
LSP improvements #13
Merged
Merged
LSP improvements #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nberth
force-pushed
the
lsp-improvements
branch
4 times, most recently
from
September 21, 2023 14:03
22569c4
to
e471abb
Compare
lefessan
reviewed
Sep 21, 2023
nberth
force-pushed
the
lsp-improvements
branch
from
September 22, 2023 08:26
e471abb
to
2ad8517
Compare
Merged
nberth
force-pushed
the
lsp-improvements
branch
4 times, most recently
from
September 26, 2023 13:37
beed08c
to
d502765
Compare
nberth
force-pushed
the
lsp-improvements
branch
2 times, most recently
from
September 27, 2023 09:52
d7418ed
to
9a73da1
Compare
nberth
force-pushed
the
lsp-improvements
branch
from
September 27, 2023 12:46
9a73da1
to
c0edec6
Compare
This also comes with various refactorings here and there.
A more efficient generation of semantic tokens may require parse-tree nodes to be visited in the same order as in the source code. This commit also starts implementing the necessary changes to enforce that behavior.
Implements basic support for folding whole paragraphs, sections, divisions, programs, and data grouped-item
nberth
force-pushed
the
lsp-improvements
branch
from
September 29, 2023 15:00
d26d291
to
72ad995
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This improves the LSP via:
Slight alterations of the AST representation for
PERFORM
andSEARCH (ALL)
statements also come along.At last, included changes remove the completion capability, that is only partially implemented.