Close
jGuru Forums
Posted By: Wally_Masterson Posted On: Tuesday, March 17, 2009 06:14 PM
When you use the "Create local variable" quick fix hint (Ctrl-1), it inserts code like:
Foo foo;
Can this inserted quick fix code be customised at all? I would like the quick fix to insert the following code instead:
Foo foo = new Foo();
Re: Can you customise the quick fix templates?
Posted By: Wally_Masterson Posted On: Wednesday, March 18, 2009 04:25 PM