Crate df_ls_diagnostics

Crate df_ls_diagnostics 

Source

Re-exports§

pub use lsp_types;

Macros§

hash_map
Macro to crate a HashMap with a number of key-value pairs in it.

Structs§

DMExtraInfo
DiagnosticsInfo
DiagnosticsMessage
Position
Position in a text document expressed as zero-based line and character offset. A position is between two characters like an ‘insert’ cursor in a editor.
Range
A range in a text document expressed as (zero-based) start and end positions. A range is comparable to a selection in an editor. Therefore the end position is exclusive.

Enums§

DiagnosticMessageSet