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

Sorry to bother you again, but I've been enjoying creating and using postfix templates all day long :) I've set up the following template to expand a name to a...

wontfix

attempting to use a postfix template within an f-string does not work (no completion shows up for such) using PyCharm 2018.3 recreate: ```python3 print(f"{0.an_expression}") ``` will not show completion

help wanted

Specified within supported docstrings (google-style, numpy-style or epydoc-style): docstring specifications: [epydoc](http://epydoc.sourceforge.net/manual-docstring.html), [numpy](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html), and [google](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) or when static type checking is indicated: ```python3 import typing def test(arg_one: int, arg_two: str, arg_three:...

help wanted

It would be great if I could do something like: ```` java.lang.Collection

enhancement
too much work

Describe which plugins are needed and how they have to be included in the Intellij IDEA SDK. Plugins to activate: * Scala * Kotlin * JavaScript * Dart * UIDesigner...

v2.0

I'd like to create templates that work on types instead of expressions. E.g. I tried: ```scala .seqT : wrap type in Seq[ ] ANY → Seq[$expr$] ``` to achieve something...

help wanted

...to allow postfixes like: ``` .final : prefix with final VARIABLE → final $expr$; ```

enhancement
help wanted