View Source Lexical (lexical_shared v0.5.0)

Shared data structures and utilities for the Lexical Language Server.

If you're building a plugin, You're probably going to want to look at the documentation for core data structures like

Lexical.Project - The lexical project structure

Lexical.Document - A text document, given to you by the language server

Lexical.Document.Position - A position inside a document

Lexical.Document.Range - A range of text inside a document

Link to this section Summary

Types

A string representation of a path on the filesystem

A string representation of a uri

Link to this section Types

@type path() :: String.t()

A string representation of a path on the filesystem

@type uri() :: String.t()

A string representation of a uri