Live Template for Object creation Permanently deleted user Created October 11, 2011 11:39 Is it possible to create a live template that expandsMyTypeto MyType myType = new MyType();Regards Roger
Hello Roger,
No. A live template must have a fixed abbreviation.
Note that you can use code completion to write this expression fairly quickly:
MyType = new
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
No, it's not possible to do that at the moment.
You can achieve that by a number of completions.
Denis
Hi thanks,
MyType Ctrl-Space = new Ctrl-Shift-Space is indeed good enough.
Regards
Roger