Stefan Endrullis
Stefan Endrullis
So far I do not have an important use case for a special treatment of generics. I mean, in theory your extension proposal makes fully sense. But it is also...
Ah, I see. Originally, I thought you wanted to use multiple of those generics in one template. But you're right, the pollution of the completion list is indeed also an...
Correct. Types/classes are currently not supported as _MATCHING_TYPE_. I have to look into it to see what I can do.
OK, this is unfortunately not easy to implement, because one has to replace the AncestorSelector in https://github.com/xylo/intellij-postfix-templates/blob/0f5a054b3652b7ab8baa46796bd293f3762fb4d9/src/de/endrullis/idea/postfixtemplates/languages/scala/CustomScalaStringPostfixTemplate.java#L75 with one that does not filter out the CodeReferenceElement. Unfortunately, AncestorSelector is not...
Please use English in this project.
I'm not sure what this ticket is about.
Your syntax and use is correct. The problem is the plugin does not identify "expr" as variable if it's only used in the script part of variables. I haven't thought...
Unfortunately it seems to be more complicated as expected. First I thought that the problem is related to my plugin code, but seemingly it's not. Instead it seems that the...
Hi natros. That's interesting. I didn't know that the path is different on Macs. I tested it only on Linux system and there the templates are stored in ~/.IntelliJIdea2017.3/config/plugins/custom-postfix-templates/templates which...
I'm sorry that you discovered this freezing bug of the settings dialog. I recently figured out that the settings dialog of this plugin freezes when an IDEA background process is...