Hi,
is it possible to alter the template of the refactored code?
All my functions have a special set of comments located above my function.
I'd like to apply this set of comments (just unfilled comment header fit, too) to the refactored function, e.g.
--
-- Function :
--
-- Description :
-- etc..
-- Refactored procedure foo
procedure foo is
begin
....
Is this possible?
many thanks
is it possible to alter the template of the refactored code?
All my functions have a special set of comments located above my function.
I'd like to apply this set of comments (just unfilled comment header fit, too) to the refactored function, e.g.
--
-- Function :
--
-- Description :
-- etc..
-- Refactored procedure foo
procedure foo is
begin
....
Is this possible?
many thanks
