+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