Expand description
Re-export of the auto_lsp_core crate
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.