Skip to content

perf(ast): incremental parsing of treesitter ast#91

Draft
qvalentin wants to merge 1 commit intomasterfrom
feature/ast-update
Draft

perf(ast): incremental parsing of treesitter ast#91
qvalentin wants to merge 1 commit intomasterfrom
feature/ast-update

Conversation

@qvalentin
Copy link
Collaborator

No description provided.

NewEndIndex: uint32(newEnd),
StartPoint: util.PositionToPoint(change.Range.Start),
OldEndPoint: util.PositionToPoint(change.Range.End),
NewEndPoint: util.PositionToPoint(lsp.Position{Line: change.Range.Start.Line, Character: change.Range.Start.Character + uint32(len(change.Text))}),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This probably won't work for multiline changes

@qvalentin qvalentin added the help wanted Extra attention is needed label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant