Currently there are several plugins that have “Go to”-like functionality. For example, in AngularJS plugin you can use a really cool “Go to” to access various angular components (controllers, services, etc).
However, it is rather annoying to have multiple commands that do basically the same. Is there a way to extend the original “Go to anything” and add new items to it? Or ideally, merge it with the results of another “Go to” command?
Thanks!