<link rel="stylesheet" href="/_merged_assets/_static/search/noscript.css">
Atom Community Logo Atom Community API Getting Started Toggle darkmode

Find References

API

FindReferencesData

Properties

baseUri

string

referencedSymbolName

string

references

Reference[]

title

(optional)
string

type

"data"

FindReferencesError

Properties

message

string

type

"error"

FindReferencesProvider

Methods

findReferences

Parameters

editor
TextEditor
position
Point

Returns

Promise<undefined|null|FindReferencesReturn>

isEditorSupported

Parameters

editor
TextEditor

Returns

boolean|Promise<boolean>

Reference

Properties

name

undefined|null|string

range

Range

uri

string

FindReferencesReturn