I want to be able to make custom postfix completions, but I can't seem to find anywhere to do so and haven't been able to find anything online. Anyone know how?
标签:
intellij-idea
相关问题
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- IntelliJ 2017.1.2 GOLANG debug does not work on br
- JavaFX sample issue
- Could not import the newly generated play framewor
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- IntelliJ Subversion Authentication Required Dialog
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
- How to enable “type information” for streams retur
- How to add a project to build path in IntelliJ Ide
- How do I use Gradle bootRun with --args in Intelli
With the latest release i.e IntelliJ IDEA 2018.1, you can. That too, without using any plugin. It's embedded into the IDE itself.
https://blog.jetbrains.com/idea/2018/02/intellij-idea-2018-1-eap-partial-git-commits-and-more/
Now you can. I've written a plugin for IDEA that allows you to create your own postfix templates. It's called Custom Postfix Templates:
You can't.
Well, postfix feature is basically Postfix Plugin for IntelliJ(now integrated). All templates are just compiled code, as you can see here:
https://github.com/controlflow/intellij-postfix/tree/master/src/org/jetbrains/postfixCompletion/templates
Sadly, there isn't such easy xml like configuration. :(