accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Mar 08 2018 : 12:42:08 PM
|
I don't think there is a way for that.
However, if you open VA Outline, right click over that and select "Copy Outline content" from its context menu, you will be able to copy its content to the clipboard. I know it's not the same what you asked for, but you get all the methods and functions and some other extra items that you may want to delete after pasting. To access VA Outline:
VAssistX -> Tools -> VA Outline |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19136 Posts |
Posted - Mar 08 2018 : 1:00:03 PM
|
Depending on exactly what you want, another option is to do a regex find and replace, to pick up and delete everything you don't want. With a couple of careful regular expressions you should be able to eliminate the function bodies and blank lines. Comment blocks should also be simple. What is left is the function signatures. You can then just undo the search and replace to get the full file content back. |
zen is the art of being at one with the two'ness |
 |
|