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

Completion does not work #12

Closed
arwtyxouymz opened this issue Oct 13, 2019 · 4 comments
Closed

Completion does not work #12

arwtyxouymz opened this issue Oct 13, 2019 · 4 comments

Comments

@arwtyxouymz
Copy link

Problem

Hi, I try to use this extension for C# completion in neovim.
I followed README.md instruction but completion doesn't work.

Although I'm not sure that this is related to the completion problem when I open .cs file, this message appears

[coc.nvim] Source "cs" recreated

I don't know what information I should give here so please tell me if needed.

My Environment

OS: Ubuntu 18.04
neovim: v0.5.0-dev
dotnet: 3.0.100
mono: 6.4.0.198

@arwtyxouymz
Copy link
Author

I solved this problem.

I didn't create dotnet project by dotnet new command.
I'm sorry.

@yatli
Copy link
Member

yatli commented Oct 13, 2019

Hi Ryutaro,

Glad you worked it out. The source "cs" recreated message is normal, don't worry.
Let me know if you still have other problems.

@joshturge
Copy link

joshturge commented Dec 28, 2019

I'm getting this problem as well, I've tried generating a dotnet project but it still doesn't work. Is there something I need to put in my coc-settings.json for it to work?

I also get this error in :CocInfo
Can't use installed Mono because OmniSharp isn't running on it

@b33rcity
Copy link

Also getting Can't use installed Mono because OmniSharp isn't running on it, but replying in this thread because I've noticed some extra oddness with source "cs" recreated.

When I first open a project, I can open coc's outline. Then the "source recreated" message appears after a few seconds, and the outline stops working until I restart Coc.

This is a fresh install of coc-omnisharp (literally 20 minutes ago). I have mono 6.8 installed for the system (possibly why the "can't use installed mono" message appears?).

Might be related to #14 , as I'm also having that issue.

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

4 participants