InsertionContextEntity Type
Helper data structure representing a symbol, suitable for implementing unresolved identifiers resolution code fixes.
Record fields
Record Field |
Description
|
Full Usage:
FullDisplayName
Field type: string
|
Full display name (i.e. last ident plus modules with `RequireQualifiedAccess` attribute prefixed).
|
Full Usage:
FullRelativeName
Field type: string
|
Full name, relative to the current scope.
|
|
Last part of the entity's full name.
|
Full Usage:
Namespace
Field type: string option
|
Namespace that is needed to open to make the entity resolvable in the current scope.
|
Full Usage:
Qualifier
Field type: string
|
Ident parts needed to append to the current ident to make it resolvable in current scope.
|