Android Question How to select complete sub

Cableguy

Expert
Licensed User
Longtime User
If the sub is "important" to the code, I like to encapsulate it inside #regions... with them collapsed, you only need to select one line, and you get the complete sub
 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
I'm probably missing something here:
Subs already have a */- button next to them in the IDE.
If you click the "-" the Sub will be collapsed in one line that you can select and copy/paste

1786264695741.png
 
Upvote 0
Top