vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

Path completion can't handle `(...)` parentheses in folder name - doesn't show suggestions inside such folders

Open zlamma opened this issue 2 months ago • 0 comments

What's the problem

When folder name in path includes ( and then ) (only breaks if both are present), the completion is offered on that folder, but not past that. See screenshot (there should be InnerFolder shown, but instead some dictionary autocomplete is only showed):

This affects both [](./path) syntax as well as [](<./path>).

What's the expected result

Contents are offered by the autocomplete, like for folders without the parentheses. See Screenshot:

How to reproduce

  1. Create a folder with (some text) in its name and put some content in it
  2. Try to link to it in a markdown file outside of that folder.

zlamma avatar May 27 '24 15:05 zlamma