Open
Description
Hi all, I was wondering if maintainers are open to returning Node values in response to certain commands. I'd really like to integrate my vscode extension with ilspy-vscode. Let me know, I'd be open to implementing, too.
For context, an extension can decompile an assembly by calling decompileSelectedAssembly, but doesn't get anything back in terms of symbol tokens. If that extension wanted to subsequently open the decompiled assembly in a new tab, they'd need the info from a Node to construct an ilspy:// uri.