Template "Choose macro"
I don't understand "Choose macro". I have a template with a parameter and would like to change how it is handled. According to the documentation I click on "Choose macro". When I do that I don't get the dialog that the documentation says I should get. It just ignores me. What am I doing wrong?
void $TEST$()
{
$TEST$
}
Please sign in to leave a comment.
Hello Rob
If only C++ build is installed, the following exception is thrown by ReSharper https://youtrack.jetbrains.com/issue/RSRP-438066 and it prevents Choose Macro dialog box to be opened.
Please try installing ReSharper 9.1.1 RC https://confluence.jetbrains.com/display/ReSharper/ReSharper+9.1.1+EAP and check it there.
Thanks!