Ryan Joseph

Results 35 issues of Ryan Joseph

See `TDidChangeTextDocument.Process` and ``` textDocumentSync.save := TSaveOptions.Create(false); textDocumentSync.change := TTextDocumentSyncKind.Full; ``` in TServerCapabilities. Currently we use the old method for Sublime Text supported text change deltas but we can in...

Currently only the flat-list `SymbolInformation` is supported which has no tree structure.

enhancement

Container name is now supported so we can add the container name for extra context (like interface vs implementation) symbols. ![](https://user-images.githubusercontent.com/22029477/192511055-43f2f557-17dd-4840-9c3e-e301c42bfac6.png)

enhancement