OmniSharp / omnisharp-server

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
http://www.omnisharp.net
MIT License
380 stars 97 forks source link

Fix issue eating buffer #195

Open markwoodhall opened 9 years ago

markwoodhall commented 9 years ago

When you run a /fixissue for a problem in a namespace declaration OmniSharp only returns a buffer containing the text up to the completion mark and eats the remaining text.

This appears to be specific to fixing issues against namespace declarations. For example, fixing an issue with a method name declaration works as expected.

OmniSharp/omnisharp-vim/issues/207