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

Result of FindUsages is truncated #53

Closed
thinca opened this issue May 17, 2013 · 7 comments
Closed

Result of FindUsages is truncated #53

thinca opened this issue May 17, 2013 · 7 comments

Comments

@thinca
Copy link
Member

thinca commented May 17, 2013

This seems to be carried out intentionally.

https://github.com/nosami/Omnisharp/blob/master/server/OmniSharp/FindUsages/AstNodeExtensions.cs#L22

This is hard to see for me. I want full lines.
Could you please add a new option for this, or change the behavior?

@nosami
Copy link
Contributor

nosami commented May 17, 2013

I'll add an option. I have a large font :)
On 17 May 2013 18:17, "thinca" notifications@github.com wrote:

This seems to be carried out intentionally.

https://github.com/nosami/Omnisharp/blob/master/server/OmniSharp/FindUsages/AstNodeExtensions.cs#L22

This is hard to see for me. I want full lines.
Could you please add a new option for this, or change the behavior?


Reply to this email directly or view it on GitHubhttps://github.com//issues/53
.

@thinca
Copy link
Member Author

thinca commented May 17, 2013

Thanks! :)

@nosami
Copy link
Contributor

nosami commented May 17, 2013

You can now use setting g:OmniSharp_quickFixLength

@nosami nosami closed this as completed May 17, 2013
@thinca
Copy link
Member Author

thinca commented May 20, 2013

I tried this. (Sorry for late.)

This works as if g:OmniSharp_quickFixLength was always 100.
Can't the server receive the value?

@nosami
Copy link
Contributor

nosami commented May 20, 2013

It gets passed to the server here 0cbb004#L1R74

@thinca
Copy link
Member Author

thinca commented May 20, 2013

I checked it again, this works well. Presumably, my client was old. Sorry and thanks!

@nosami
Copy link
Contributor

nosami commented May 20, 2013

No problem. Glad it works!

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

No branches or pull requests

2 participants