intellij-postfix-templates icon indicating copy to clipboard operation
intellij-postfix-templates copied to clipboard

Custom Postfix Templates for Intellij IDEA

Results 61 intellij-postfix-templates issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/43053461/71305447-5ce76780-240f-11ea-861a-4f4f8394bf81.png) result: ![image](https://user-images.githubusercontent.com/43053461/71305444-39242180-240f-11ea-8bd3-a52dd03a718c.png) As you can see, if I didn't quote $expr$ separately, "expr" in the...

too much work

I can create a new template in the settings as shown in the picture, ![image](https://user-images.githubusercontent.com/49403030/152947892-b1e5bd83-1647-4e1e-a1c0-feee4f049c2e.png) but when I finish editing this file and save (ctrl+s) ![image](https://user-images.githubusercontent.com/49403030/152948158-03853742-a424-4db4-b808-55eea6b6c26d.png) ![image](https://user-images.githubusercontent.com/49403030/152948481-1c7872d1-eee4-43cd-a39a-dcb60528dd30.png) 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.

enhancement

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 ![微信图片_20200617114428](https://user-images.githubusercontent.com/48279252/84852646-f7a7c280-b08f-11ea-9689-1bc216c37431.png)

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...

bug

![image](https://user-images.githubusercontent.com/2361308/123330232-5855bf00-d570-11eb-804b-6ddb43aad962.png) 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...

help wanted

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...