I’m sure this question is kind of vague, and I don’t know if I’m asking the right question anyway. I’m sorry about that, but I’ve been searching and searching and can’t find the answer, or if this is even possible.
What I’m asking is, how can I make a snippet only visible if you have something typed before it?
For example, say I have a console.log snippet. The prefix is ‘log’. While in most examples, this is changed to “console.log”, I use snippets purely for adding descriptions to functions and using other snippet functionalities rather than shortcuts (which I still use, but not always). I only want “log” to show up when I type “console.”, as to keep everything a bit more organized. Is this doable?