Commit graph

16 commits

Author SHA1 Message Date
Patrick Förster
1454a554fc
Add hover handler for command symbols (#1271) 2024-11-16 08:33:01 +01:00
Patrick Förster
6fe748c11c
Use workspace dependencies (#1184) 2024-08-11 13:15:58 +02:00
Patrick Förster
025242be9d
Fix "needless borrow" clippy warnings (#1112) 2024-05-10 18:06:46 +02:00
dependabot[bot]
5f69f52bf8
Bump expect-test from 1.4.1 to 1.5.0 (#1074) 2024-04-20 20:13:25 +00:00
Patrick Förster
a06002f28b
Fix extracting label numbers when using ntheorem (#1054) 2024-03-24 10:00:50 +01:00
Alex Ozdemir
84b25eb7f5 Pre-expand bib string definitions and cache
Benefits:
* string references are now resolvable in O(1) expected time.

Downsides:
* We have to hold every expansion in memory.
  * Probably this is fine: we already store a lot of per-entry stuff.
2024-03-10 23:41:50 -07:00
Patrick Förster
0ab43a0538 Refactor LSP type conversions 2024-01-27 21:55:17 +01:00
dependabot[bot]
1affbbeaf2
Bump rowan from 0.15.13 to 0.15.15 (#982) 2024-01-09 19:58:04 +00:00
dependabot[bot]
25e027ce19
Bump rowan from 0.15.11 to 0.15.13 (#957) 2023-11-12 13:48:18 +00:00
Patrick Förster
2117fa41a0 Refactor existing tests 2023-11-11 20:17:03 +01:00
Patrick Förster
e5935967b5 Simplify BibTeX entry type completion 2023-09-24 19:58:49 +02:00
Patrick Förster
e77b7541e2 Extract citeproc helper functions to extra crate 2023-08-11 21:21:41 +02:00
Patrick Förster
36c18bb75a Fix some clippy warnings 2023-08-06 09:59:40 +02:00
Patrick Förster
20e8137fa4 Move goto definition feature to separate crate 2023-07-23 14:43:30 +02:00
Patrick Förster
16930748c0 Move references request to separate crate 2023-07-16 21:30:39 +02:00
Patrick Förster
4ef54cd8c4 Move hover module to separate crate 2023-07-13 22:28:56 +02:00