nvarner / typst-lsp

A brand-new language server for Typst, plus a VS Code extension
MIT License
1.13k stars 78 forks source link

Autocomplete files for image command #311

Open willismonroe opened 9 months ago

willismonroe commented 9 months ago

Feature Request

It would be really nice if when referencing external files the add-on could suggest completing filenames. I'm running into this frequently as I prepare lecture slides with many images. I make the process slightly less onerous by using the "copy relative path" option when right-clicking the images, but an autocomplete would be even better.

KagaJiankui commented 9 months ago

You may use some other VSCode extensions like zhuxiuxiang.path-prompt to provide the functionality. Shipment of the path intellisense with the Typst-LSP extension seems to be some sorts of redundancy and waste.