Cannot make extension work - I think...
See original GitHub issueIssue Description
Hello, thank you for helping.
I am kind of confused on how to make this extension work.
I added the following lines of code into my .vimrc
:
call plug#begin("~/vimfiles/plugged")
...
Plug 'coc-extensions/coc-omnisharp' "<-- I think this should not even be here, I tested it with and without it being here
Plug 'neoclide/coc.nvim', {'branch': 'release'}
...
call plug#end()
let coc_global_extensions = ['coc-omnisharp']
I also used the command :CocInstall coc-omnisharp
just to be on the save side.
The extension seems to be installed, here is the output of CocList extensions
:
But there is still no autocompletion and still no syntax highlighting. If I install the omnisharp-vim plugin, then it works, but I would like to manage all language servers through coc.
Am I missing something here? Do I have to set some language server settings like here?
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to Fix Chrome Extensions Not Loading or Crashing
As good as it is, sometimes Chrome has some problems. Here's how to fix Chrome extensions that won't load or keep crashing.
Read more >Fix problems with apps, extensions, or themes - Chrome Web ...
At the top right, click Settings. My Extensions & Apps. Click the app, extension, or theme. In the box that appears, at the...
Read more >Can't File by the Deadline? Top 3 Reasons to File a Tax ...
Filing a tax extension is free, easy and automatic: Just submit Form 4868 electronically or on paper by the filing deadline. TurboTax Easy ......
Read more >Topic No. 304 Extensions of Time to File Your Tax Return - IRS
You may request up to an additional 6 months to file your U.S. individual income tax return. There are three ways to request...
Read more >Cannot make R-extension work in NetLogo - Stack Overflow
The 'Check java' tool reports that I have v1. 8.0_51 and v1. 6.0_45 installed and that if one is 32bit and the other...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Open
:CocConfig
and setomnisharp.version
tov1.37.3
(or older)Then delete the
coc-omnisharp-data
folder found in one of the next locations. Next time you open a.cs
file it will download the specified version.If it’s not located in any of the above, you can run
:CocList extensions
and search forcoc-omnisharp
to get an idea where it could be located: It’s always aftercoc/extensions/
.If the download instantly stops it’s probably because you misspelled the version. It should be exactly as the title of any of these releases or
latest
.Roger roger. Will ping you on this thread.