aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/diagnostic.rs
Commit message (Expand)AuthorAge
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* feat(lsp): add support for lsp Diagnostic{}.data (#4935)sigmaSd2022-12-02
* diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>>Blaž Hrastnik2022-09-20
* Track source and tags in diagnostics (#3898)Luke Cycon2022-09-20
* Suport diagnostic code (#3096)Erasin2022-07-26
* feat(lsp): configurable diagnostic severity (#1325)Matouš Dzivjak2021-12-25
* Gutter functionsBlaž Hrastnik2021-11-29
* Make sure document diagnostics are sortedBlaž Hrastnik2021-11-06
* Document more of helix-core (#904)Kirawi2021-10-25
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Add the :new command, don't crash if saving without filename.Blaž Hrastnik2021-05-07
* ui: Render diagnostic errors in sideline.Blaž Hrastnik2021-03-15
* Use diagnostic.severity to distinguish between error colors.Blaž Hrastnik2021-03-11
* Total mess but it works: diagnostic marking.Blaž Hrastnik2020-12-03
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03