You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I tried to autocomplete wiki links in my workspace and couldn't make it work at first. I have tried:
Inserting an empty link [[ and opening autocomplete options, but there were no notes there.
Inserting a dot inside an empty link as the README gifs suggest, but couldn't actually find my notes, because VS Code thinks that the dot is part of the search query. So if I'm trying to link to My note.md and I type [[.mynote]], the note I want doesn't match ".mynote" query because of the dot in front.
Describe the solution you'd like
I would like to be able to open autocomplete options inside of an empty link ([[]])
Describe alternatives you've considered
The workaround I'm using is typing several characters of the notes name first, then opening autocompletion. For the example above I would type [[mynote]] then press Ctrl+Space.
Additional context
I have poked around the source code and have managed to accomplish what I mean with these edits: yamnikov-oleg@658c390
I can create a PR, but I'm not sure if that solution is correct and won't break anything.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I tried to autocomplete wiki links in my workspace and couldn't make it work at first. I have tried:
[[
and opening autocomplete options, but there were no notes there.My note.md
and I type[[.mynote]]
, the note I want doesn't match ".mynote" query because of the dot in front.Describe the solution you'd like
I would like to be able to open autocomplete options inside of an empty link (
[[]]
)Describe alternatives you've considered
The workaround I'm using is typing several characters of the notes name first, then opening autocompletion. For the example above I would type
[[mynote]]
then press Ctrl+Space.Additional context
I have poked around the source code and have managed to accomplish what I mean with these edits: yamnikov-oleg@658c390
I can create a PR, but I'm not sure if that solution is correct and won't break anything.
The text was updated successfully, but these errors were encountered: