We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb1e41 commit 975ea9aCopy full SHA for 975ea9a
doc/dev/PROTOCOL.md
@@ -355,9 +355,13 @@ Returns either:
355
356
Returns a list of locations `{'start': position, 'end': position}` of all
357
occurrences in current buffer of the entity at the specified position. If scope
358
-is set to `project` the returned locations will also contain a field `file`:
+is set to `project` or `renaming`‡ the returned locations will also contain a field `file`:
359
`{'file': string, 'start': position, 'end': position}`.
360
361
+When the scope is set to `renaming`, all usages of all the related definitions
362
+corresponding to an identifier will be returned. When scope is `project` only
363
+the usages of the current definition will be returned.
364
+
365
### `outline`
366
367
0 commit comments