We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94484d9 commit 055c2edCopy full SHA for 055c2ed
scip.proto
@@ -233,6 +233,8 @@ message Descriptor {
233
message SymbolInformation {
234
// Identifier of this symbol, which can be referenced from `Occurence.symbol`.
235
// The string must be formatted according to the grammar in `Symbol`.
236
+ // This identifier must be unique within indexer output, unless it begins with
237
+ // `local `, in which case it must be unique within the `Document`.
238
string symbol = 1;
239
// (optional, but strongly recommended) The markdown-formatted documentation
240
// for this symbol. Use `SymbolInformation.signature_documentation` to
0 commit comments