Method FindDeclaration
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v9.dll
FindDeclaration(Point)
Finds the declaration node at given position.
public override SymbolLocation FindDeclaration(Point position)
Parameters
position
PointSpecifies position to find a declaration.
Returns
- SymbolLocation
SymbolLocation
object that is found.