Closed glepnir closed 4 years ago
The pattern.stpl of struct is
\(\S\+\)\.struct$ type {{$1}} struct { {{_cursor_}} }
But when i type person.struct, I got this. | mean cursor.
person.struct
|
type person struct{ struct| }
never mind. works fine..
The pattern.stpl of struct is
But when i type
person.struct
, I got this.|
mean cursor.