Language Server CompletionItem additional edit/command support

+1 for Nova being able to handle completionItem/resolve commands, and specifically that it can resolve the additionalTextEdits property. As apexskier notes, my extension’s language server uses this ability for offering not-yet-imported symbols for completions, and then auto-importing the symbol when the completion is selected.

1 Like