views:

13

answers:

0

I'm traying to create the following resharper live template:

Using New Tracer($EXPR$)
    $END$
End Using

Currently $EXPR$ is currently "Suggest variable of "
What I'm trying to do is that this whould show me for example a dropdown with the options of MyEnum and then after selecting goes to $END$

Is this possible?

related questions