T O P I C R E V I E W |
Kaylx |
Posted - Aug 17 2012 : 08:52:11 AM Similar to the new Create Implementations feature it would be nice to have the option to document all functions in a class/file.
Or even better have the ability to have snippets within snippets, e.g. so my Refactor Create Implementation snippet would look something like:
^RefactorDocumentMethod^ $SymbolType$ $SymbolContext$( $ParameterList$ ) $MethodQualifier$ { $end$$MethodBody$ }
*moved into general release by feline* |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 20 2012 : 9:52:56 PM We are looking into allowing you to select several functions at once in VA Outline and trigger a refactoring command on them from there, which would help here:
case=7787
Have you considered simply adding the lines from the Refactor Document Method snippet to your Refactor Create Implementation snippet? You can do this now, without waiting for a software change. I realise this requires having the document method block in two places, but unless you are frequently changing it, this should not be a problem. |
|
|