Hi,
One of the current issues I have in writing is the lack of autocomplete functionality on cross-referencing. Here, with most editors, when you do a cross-reference, say to
<xref id="thm-picard">
You'd like to have autocomplete functionality on "thm-"
Has anyone looked into this possibility?
Not being able to do autocomplete on theorems, equations, etc. really hampers the ability to write. Currently, I have to look at the HTML (or whatever output), search for the reference location, then go to my document, search for a nearby string. Then copy the reference. Then go back to the original location and enter the string.
I think you essentially need an LSP for this, but I'm not sure.
As a halfway house, is it possible to output the xref string into the document during drafting mode?
Thanks!