in zed-industries/zed#20151 it was suggested to check on the marksman extension to achieve local filename completion for []() link syntax.
This doesn't seem to work, so I am wondering wether that is
a) actually a feature supported by this plugin
b) if it is, how I can check that it is active
c) if it is active, wether it is throwing any errors and how to see them.
Hi, it should work. This extension is just an interface between Zed and the LSP server. You can check if marksman returns any completions via its server logs.
Hi there,
in zed-industries/zed#20151 it was suggested to check on the marksman extension to achieve local filename completion for
[]()
link syntax.This doesn't seem to work, so I am wondering wether that is
a) actually a feature supported by this plugin b) if it is, how I can check that it is active c) if it is active, wether it is throwing any errors and how to see them.
Thanks in advance.