I need $TYPE$ macro to suggest types, and $PROPERTY$ macro to suggest name for property based on type. Maybe I'm missing something?
Description
I can't create good LT for property:
public $TYPE$ $PROPERTY$
{
get
{
}
set
{
}
}
I need $TYPE$ macro to suggest types, and $PROPERTY$ macro to suggest name for property based on type. Maybe I'm missing something?