vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Transition use of `get_document` API to `EdgeSystem` buffers

Open Colengms opened this issue 1 year ago • 0 comments

Opening to track some internal work - part of code base unification.

This includes replacing uses of lex_document_to_line with use of cached lexer state, and using the cached lexer state to replace get_identifier_at_pos, get_identifier_at_offset, get_signature_start_offset.

Colengms avatar Oct 01 '24 20:10 Colengms