Doing it like this takes me to the class
self.window.run_command('show_overlay', {
'overlay': 'goto',
'text': 'threadscontroller',
})
But this doesn’t work, it doesn’t take me to the method.
self.window.run_command('show_overlay', {
'overlay': 'goto',
'text': 'threadscontroller@show',
})
Am I missing something?