RD> Is there a way go have IDEA stubb out all the methods when RD> implementing an interface, or does one have to just have to create RD> them all oneself?
You can use the "Implement Members" quickfix on the interface name after you create the interface. Alternatively, you can use the Ctrl-I shortcut to implement specific members.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Rich,
RD> Is there a way go have IDEA stubb out all the methods when
RD> implementing an interface, or does one have to just have to create
RD> them all oneself?
You can use the "Implement Members" quickfix on the interface name after
you create the interface. Alternatively, you can use the Ctrl-I shortcut
to implement specific members.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ah ha. Thanks much. Thought there had to be a way.