Auto-replace text with symbols in IntelliJ IDE?

VSCode has an awesome plugin Symbol Complete that auto-replaces phrases with symbols based on regular expression rules. For example, if I type "lambda", it gets replaced by λ as soon as I type the last character "a". I'd like to have this same functionality in IntelliJ, but I can't seem to find a similar plugin. Does something like what I'm looking for exist?

2

I'm also looking for a way to replace text as I type it.  For example, when I type "?!" I want it to be replaced with "‽".    I'm using IntelliJ IDEA with macOS.  The OS already makes this replacement for me in most places, but IDEA's editor doesn't work with it.  

0

请先登录再写评论。