1

I'm writing snippets that require -> to be part of the tabTrigger. However, they seem to be ignored entirely. My list of triggers disappears after the hyphen character.

I know that $ can be added by escaping with a backslash, but that doesn't seem to work in this case.

4

2 回答 2

2

It seems you can use >, instead of >.

于 2013-09-30T21:17:47.667 回答
0

My guess is those characters are defined as word separators. So, for the purpose of auto completion, there are no characters there to build the autocomplete (or snippet) list. That being said, the tab triggers still work fine.

于 2013-08-01T01:24:24.713 回答