Stefan Endrullis

Results 70 comments of Stefan Endrullis

Indeed that's a bit annoying. Looks like IDEA's code formatter does something wrong here. (IDEA formats the code that is going to be inserted automatically.) Sorry, but I don't know...

Maybe I should keep it open.

The "before" and "after" text areas are automatically filled in by Intellij IDEA when IDEA loads a *statically* defined postfix completion template from a plugin. However, this does not really...

But the fact that "before" and "after" are blank is indeed a bug. Unfortunately, I cannot reproduce it. :( Maybe it only appears on Macs.

Thanks for the hint. I will add them.

Hm, but java.time.Duration needs 2 arguments and Period even 3. I'm not so sure about the usefulness of those templates. In case of JavaFX I added now templates for seconds,...

There is a small [guide how to add support for a new language](https://github.com/xylo/intellij-postfix-templates/wiki/Add-new-language-support). However, some parts are outdated. I will try to update the doc today or tomorrow.

OK, I updated the guide.

Thanks for the bug report and sorry for my late reply. There is definitely something wrong with the plugin in your case. When you go into the settings of Cutstom...

Good question. So the file user.postfixTemplates could be created by the plugin? Then it's not a file permission problem. So my first guess is that the plugin fails to download...