Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 2.09 KB

navigation.md

File metadata and controls

20 lines (20 loc) · 2.09 KB

Features and modules

Navigation features

The LSP navigation messages that are currently supported include: Document Link, Go to Definition, Type Definition, Implementation, and Find References.

Playground Document Link

Each reference is detected to a whole file (without a specified target range) and is used to populate the LSP request for a given file document links.

Playground Definition1 Playground Definition2

Each link is detected between nodes, for example specific schemas, types, aliases, and so on. The LSP functionality is provided accordingly.

Playground Type Definition

Template or implementation type relationships are detected, for example, RAML resource types and traits. The LSP functionality is provided accordingly.

###Go to Implementation Playground Implementation

Template or implementation type relationships are detected, for example, RAML resource types and traits. The LSP functionality is provided accordingly. This is an inverse reference as Go To Type Definiton.

Playground References1 Playground References2

Each link between nodes are detected, for example specific schemas, types, aliases, and so on. The LSP functionality is provided accordingly. This is an inverse reference as Go To Definiton