Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable custom postfix templates #19

Open
xylo opened this issue Aug 22, 2016 · 2 comments
Open

Enable custom postfix templates #19

xylo opened this issue Aug 22, 2016 · 2 comments

Comments

@xylo
Copy link

xylo commented Aug 22, 2016

First of all, I like your plugin very much. It really speeds up development time in verbose languages like Java and I like the object oriented approach, which has several advantages over the classical live templates.

In the last years I worked a lot with Scala. Whenever I have to work with Java I miss dozens of nice methods Scala provides on basic and collection types, such as:

  • string.toInt
  • array.toList
  • list.toSet

I would really like to have those functions (or postfix templates) in Java as well. But I assume the they might blow up this project.

What do you think about enabling custom postfix templates which can be created by the user?

According to http://stackoverflow.com/questions/29248188/is-there-a-way-to-create-custom-postfix-completions-in-intellij it seems that I'm not the only one who is looking for them.

@ignatov
Copy link
Collaborator

ignatov commented Aug 22, 2016

Hi Stefan, please see https://youtrack.jetbrains.com/issue/IDEA-122443

On 22 Aug 2016, at 12:05, Stefan Endrullis [email protected] wrote:

First of all, I like your plugin very much. It really speeds up development time in verbose languages like Java and I like the object oriented approach, which has several advantages over the classical live templates.

In the last years I worked a lot with Scala. Whenever I have to work with Java I miss dozens of nice methods Scala provides on basic and collection types, such as:

• string.toInt
• array.toList
• list.toSet
I would really like to have those functions (or postfix templates) in Java as well. But I assume the they might blow up this project.

What do you think about enabling custom postfix templates which can be created by the user?

According to http://stackoverflow.com/questions/29248188/is-there-a-way-to-create-custom-postfix-completions-in-intellij it seems that I'm not the only one who is looking for them.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@xylo
Copy link
Author

xylo commented Aug 22, 2016

Thanks for the hint!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants