Wish A way to copy routines (+modules?) names to Clipboard

DonManfred

Expert
Licensed User
Longtime User
use a tool like grep to scan your project files (or bas) and list all lines beginning with sub

I mean as long as this is not part of the ide itself.

As a workaround
 
Top