Wish Option to copy full sub path

Chris2

Active Member
Licensed User
Longtime User
I often make separate notes (e.g. a Change Log) when modifying apps. These notes make reference to the location of changes using a ModuleName.SubName notation (e.g. ChartClass.FillChart).
To save having to type these out it would be useful to have a shortcut to get the full reference path of a sub within the IDE, perhps via the right-click menu

For example, a right-click option 'Copy Full Reference' in the below would copy the text 'Module1.Sub2' to the clipboard
1768569156642.png
 

aeric

Expert
Licensed User
Longtime User
Isn't this same as Goto Identifier in this menu?
 

aminoacid

Active Member
Licensed User
Longtime User
No. GoTo Identifier takes you to the referenced sub in the IDE. I'm talking here about copying the sub reference as text into another app (Notepad++ for example)

Certainly would be useful. What I would like to see is also a way to copy the entire sub to the clipboard.
 
Top