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
I used to be able to use the "cl" prefix to get suggestions when using plugins, but recently I've found that I can only use "cl-" to get suggestions. Could you add a setting that triggers suggestions with a custom prefix?
I tried set "keep-a-changelog.triggerCharacter" to false, but that won't trigger any suggestions (unless you use the suggestions shortcuts).
The text was updated successfully, but these errors were encountered:
This has to do with the engine upgrade I had to make to solve #9
I already tried implementing a config option for custom prefixes but these snippets are only shown when using something called a "trigger character" and so far, everything I tried wasn't working correctly. It seems that only special symbols can be trigger characters and as the name says, it's only possible to use a single character instead of two or more.
So even when I implement I config option for it, it probably can't support every possible character but I need to take a look at this. My time is just very limited. I'll keep this in mind for the next time I find the time to work on the extension.
I used to be able to use the "cl" prefix to get suggestions when using plugins, but recently I've found that I can only use "cl-" to get suggestions. Could you add a setting that triggers suggestions with a custom prefix?
I tried set "keep-a-changelog.triggerCharacter" to false, but that won't trigger any suggestions (unless you use the suggestions shortcuts).
The text was updated successfully, but these errors were encountered: