Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lsp): add support for lsp Diagnostic{}.data (#4935) | sigmaSd | 2022-12-02 |
| | |||
* | diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>> | Blaž Hrastnik | 2022-09-20 |
| | |||
* | Track source and tags in diagnostics (#3898) | Luke Cycon | 2022-09-20 |
| | |||
* | Suport diagnostic code (#3096) | Erasin | 2022-07-26 |
| | | | | | | | * add code for diagnostic. This PR provides a solution to resolve #2994. missing Code Actions for lsp * remote unused import | ||
* | feat(lsp): configurable diagnostic severity (#1325) | Matouš Dzivjak | 2021-12-25 |
| | | | | | | | | | | | | | | | | * feat(lsp): configurable diagnostic severity Allow severity of diagnostic messages to be configured. E.g. allow turning of Hint level diagnostics. Fixes: https://github.com/helix-editor/helix/issues/1007 * Use language_config() method * Add documentation for diagnostic_severity * Use unreachable for unknown severity level * fix: documentation for diagnostic_severity config | ||
* | Gutter functions | Blaž Hrastnik | 2021-11-29 |
| | |||
* | Make sure document diagnostics are sorted | Blaž Hrastnik | 2021-11-06 |
| | |||
* | Document more of helix-core (#904) | Kirawi | 2021-10-25 |
| | |||
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | ||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
| | |||
* | Add the :new command, don't crash if saving without filename. | Blaž Hrastnik | 2021-05-07 |
| | |||
* | ui: Render diagnostic errors in sideline. | Blaž Hrastnik | 2021-03-15 |
| | |||
* | Use diagnostic.severity to distinguish between error colors. | Blaž Hrastnik | 2021-03-11 |
| | |||
* | Total mess but it works: diagnostic marking. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Reroute LSP notification events into the main app event loop. | Blaž Hrastnik | 2020-12-03 |