Skip to content

Commit 055c2ed

Browse files
committed
Clarify SymbolInformation.symbol uniqueness properties
1 parent 94484d9 commit 055c2ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scip.proto

+2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ message Descriptor {
233233
message SymbolInformation {
234234
// Identifier of this symbol, which can be referenced from `Occurence.symbol`.
235235
// 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`.
236238
string symbol = 1;
237239
// (optional, but strongly recommended) The markdown-formatted documentation
238240
// for this symbol. Use `SymbolInformation.signature_documentation` to

0 commit comments

Comments
 (0)