• Registers a handler that is called when a link is opened in any editor. The handler callback should return true if the link was handled and false otherwise. The handler that was registered last will be called first when a link is opened.

    Returns a disposable that can unregister the opener again.

    Parameters

    Returns IDisposable