We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94484d9 commit b15ae29Copy full SHA for b15ae29
scip.proto
@@ -231,7 +231,7 @@ message Descriptor {
231
// SymbolInformation defines metadata about a symbol, such as the symbol's
232
// docstring or what package it's defined it.
233
message SymbolInformation {
234
- // Identifier of this symbol, which can be referenced from `Occurence.symbol`.
+ // Unique identifier of this symbol, which can be referenced from `Occurence.symbol`.
235
// The string must be formatted according to the grammar in `Symbol`.
236
string symbol = 1;
237
// (optional, but strongly recommended) The markdown-formatted documentation
0 commit comments