astoff / digestif

A language server for TeX and friends
Other
251 stars 6 forks source link

Path completion support? #35

Closed nujabse closed 1 year ago

nujabse commented 3 years ago

It would be nice if digestif can offer path completion function support. For example, when inserting images with \includegraphics command, it can show completion candidates based on file path when you are typing.

astoff commented 3 years ago

This is definitely a good feature to include. It should also cover commands that load files from the TeX installation as opposed to user files, such as \documentclass, \usepackage, etc.

astoff commented 1 year ago

I've added this now, but not for files inside subdirectories, which would be trickier to get right. Let me know if you find any issues.