-
Notifications
You must be signed in to change notification settings - Fork 76
Conversation
a kind ping @nvarner This PR enables richer diagnose information and frame-based auto completions. This should make the auto completion in lsp the same level as the official webapp 🚀 |
Does this also add completion for references (to labels in the document), or just citations (to elements in the bibliography)? |
i think it should be all labels. previously lsp doesn't pass enough info(compiled frames) to typst-ide so the auto completion is sub optimal |
Hi @nvarner , can you take a look at this when you have time? |
Sorry, last few weeks have been packed. Taking a look now. |
But it looks great! Thanks @Enter-tainer! |
@Enter-tainer does it support also the Hayagriva yaml files? |
i havent try it but i think yes. i tested it on bib files |
fix #157
There are mainly 3 changes:
Arc<Document>
to avoid heavy clones