intellij-postfix-templates
intellij-postfix-templates copied to clipboard
Custom Postfix Templates for Intellij IDEA
after applying local file, the IDE shows such error: ``` cannot reset configurable java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\14571\AppData\Roaming\JetBrains\PyCharm2022.1\plugins\intellij-postfix-templates_templates\templates\webTemplateFiles.yaml (系统找不到指定的文件。) at de.endrullis.idea.postfixtemplates.language.CptUtil.loadWebTemplateFiles(CptUtil.java:479) at de.endrullis.idea.postfixtemplates.settings.CptManagementTree.initTree(CptManagementTree.java:155) at de.endrullis.idea.postfixtemplates.settings.CptPluginSettingsForm.fillTree(CptPluginSettingsForm.java:228) at de.endrullis.idea.postfixtemplates.settings.CptPluginSettingsForm.setPluginSettings(CptPluginSettingsForm.java:331) at de.endrullis.idea.postfixtemplates.settings.CptPluginConfigurable.reset(CptPluginConfigurable.java:68) at com.intellij.openapi.options.ex.ConfigurableWrapper.reset(ConfigurableWrapper.java:184) at...
I want to write a template about "AopContext.currentProxy", but I can't do it template:  result:  As you can see, if I didn't quote $expr$ separately, "expr" in the...
I can create a new template in the settings as shown in the picture,  but when I finish editing this file and save (ctrl+s)   if I open...
java.time.Duration & java.time.Period have several static methods for converting int/long into Duration/Period. Would be nice to have postfix methods for those.
I'm trying to add a simple template: ``` .assertThatThrownBy : assertThatThrownBy ANY [org.assertj.core.api.Assertions] → org.assertj.core.api.Assertions.assertThatThrownBy(() -> $expr$).isInstanceOf($END$$exc$); [USE_STATIC_IMPORTS] ``` Here's what's happening: https://user-images.githubusercontent.com/2099329/132078828-056d460a-603d-4d67-8250-7cb7a51c367f.mov OR for ``` .assertThatThrownBy : assertThatThrownBy ANY...
after add the file in plugin setting and updated ,it show nothing in read-only editor 
In my company, computers can't access the Internet. Each time you click Settings > editor > Custom postfix template, IntelliJ will pauses for a very long time. version : IntelliJ...
 I have tried to reinstall the plugin. Also tried to remove `/Users/{me}/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/211.7142.44/PhpStorm.app.plugins/intellij-postfix-templates_templates` and reinstall the plugin Tried both PhpStorm version: 211.7142.44 (2021.1.2) and (2021.1.3) and the plugin version...
Hello, with IntelliJ 2021.1 and Kotlin 1.5 (and 1.5.10) I intermittently get exceptions reported by the IDE while editing Kotlin source files. I am not selecting any postfix-completions from the...