feat: show rendered bibliography in bib hover and improve label hover (#1611)

* feat: show rendered bibliography in citation details

* adjust code and revert changes to completions

* refactor: refactor a bit

* refactor: refactor two bit

* feat: improve hover docs a bit

* test: add hover tests for label and ref

* test: add html tests

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
This commit is contained in:
QuadnucYard 2025-04-11 17:29:03 +08:00 committed by GitHub
parent 4265bc25bc
commit a7a22c0d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 312 additions and 50 deletions

View file

@ -56,6 +56,7 @@ mod adt;
mod lsp_typst_boundary;
mod prelude;
mod bib;
mod check;
mod code_action;
mod code_context;