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

Support for viewing type information for types not in the source #666

Closed
wants to merge 2 commits into from

Conversation

ivanz
Copy link
Contributor

@ivanz ivanz commented Aug 16, 2016

Adds support for viewing type information for types not in the source by using existing functionality in omnisharp server. Closes #165 .

Potential improvements:

  • Doesn't currently support "peek definition" properly - it behaves as if it's a "go to definition" action. This is caused, because I create a "temporary" document provider and manually open a document pre-filling it with content rather than simply returning a location from the command.

Go To Definition

2016-08-16_15-23-19

Peek Definition

image

@ivanz
Copy link
Contributor Author

ivanz commented Aug 16, 2016

I have updated the pull request with support for Peek definition :)

@ivanz
Copy link
Contributor Author

ivanz commented Aug 17, 2016

I am not sure why is it saying "cla-required" - I have already signed it and you can see that in my other pull requests it says it's not needed? I am happy to do the CLA again though if that's what's needed?

@ivanz
Copy link
Contributor Author

ivanz commented Aug 17, 2016

CLA retry

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

Successfully merging this pull request may close these issues.

2 participants