diff options
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -392,6 +392,9 @@ typedef struct { LSPSymbolKind kind; bool deprecated; LSPLocation location; + // the "symbol containing this symbol" + // e.g. multiple classes might have a "foo" method, so this can be used to distinguish them. + LSPString container; } LSPSymbolInformation; typedef struct { |