Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve how VS Code IL Viewer locates the correct file #12

Open
josephwoodward opened this issue Feb 9, 2017 · 0 comments
Open

Improve how VS Code IL Viewer locates the correct file #12

josephwoodward opened this issue Feb 9, 2017 · 0 comments

Comments

@josephwoodward
Copy link
Owner

See snippet from this issue raise

What's happening is, because VS Code is a text editor it has no concept of a type (just a file), VS Code IL Viewer sends the filename to the background service which locates the type by the filename. I'm going to have to look to see if I can load the file, and parse the type, or use OmniSharp to get the type.

The difficulty/question comes, when there's more than one type in a file - which one do we pick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant