Replies: 1 comment 1 reply
-
I'm also not aware of a way to get the functionality you want. So this is more a feature request, but I think this is more of an issue what |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thanks for the wonderful plugin! I had a quick question: I followed the wiki example to get a snippet for a markdown table of variable size:
but when expanding the snippet it looks like this:

and I've seen in some videos (and noticed in e.g. the emmet lsp snippets) that there are dynamic snippet previews, i.e. I would like my table snippet preview to e.g. show
tbl3x5~
when i am typing a 3x5 table, and if I type another 5 for example I would like it to show the previewtbl3x55~
. Is it possible to do this with such a snippet? I have looked everywhere and not had much luck. Thank you!PS: An example of what I am talking about with a dynamic snippet preview:

Beta Was this translation helpful? Give feedback.
All reactions