Open
Description
It would be nice to trigger the auto completion pane for identifiers after typing something like [`
in a comment.
I tried fiddling with adding backtick to
but (in vscode at least) it didn't seem to actually trigger the completion pane in a comment, though the backtick worked to force it to open elsewhere. From reading the lsp spec for that configuration, it looks like vscode is doing some detection of identifier characters already to try to decide when to bring up the pane, so maybe is also trying to be smart about not opening the pane inside a comment?
cc @Veykril (since you seem to be the intra-doc link person!)