mtissington 0 Posted April 7 Share Posted April 7 It would be great if the snippit collection affix and suffix are more flexible. At the moment they are specific specified characters. Instead make them a regex expression. For example Suffix = regex \d would trigger the keyword only when followed by any digit (great for currency symbols) Suffix = regex \p{P}\p{Z}\r\t would trigger on any delimiter (in any language) This would be a very powerful feature. Link to post Share on other sites
Terminal 14 Posted Sunday at 05:16 PM Share Posted Sunday at 05:16 PM On 4/7/2021 at 7:17 AM, mtissington said: It would be great if the snippit collection affix and suffix are more flexible. At the moment they are specific specified characters. Instead make them a regex expression. For example Suffix = regex \d would trigger the keyword only when followed by any digit (great for currency symbols) Suffix = regex \p{P}\p{Z}\r\t would trigger on any delimiter (in any language) This would be a very powerful feature. This is possible via workflows, which I know you’d probably prefer native snippet support for that, but possibly in the mean time this is a solution Link to post Share on other sites
mtissington 0 Posted Sunday at 05:18 PM Author Share Posted Sunday at 05:18 PM Yes prefer snippets. In workflows? No idea how I would do that - can you point me in the right direction to investigate please? Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now