Crate auto_lsp_core

Source
Expand description

§Auto LSP Core

Core crate for auto_lsp

Modules§

ast
document
Document handling
document_symbols_builder
Document symbols builder
errors
parsers
regex
semantic_tokens_builder
Semantic tokens builder
utils

Macros§

dispatch
Calls a method on any node that matches any of the provided types. Unlike dispatch_once, it will not return.
dispatch_once
Calls a method on the first node that matches any of the provided types. Returns the result of the method call.