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

company omnisharp completion #526

Open
Azizul7m opened this issue Jul 10, 2022 · 0 comments
Open

company omnisharp completion #526

Azizul7m opened this issue Jul 10, 2022 · 0 comments

Comments

@Azizul7m
Copy link

Azizul7m commented Jul 10, 2022

It works like syntax highlighting, and error checking except for autocompletion I didn't get any auto suggestions.
But trigger omnisharp-auto-complete it comes out. like this.
OmniSharp

This is my current config

(use-package csharp-mode
    :defer nil
    :init
      (require 'omnisharp)
      (add-hook 'csharp-mode-hook 'omnisharp-mode)
        (add-hook 'csharp-mode-hook #'flycheck-mode)
    :config
      (setq omnisharp-debug t)
      (setq omnisharp-server-executable-path
          "/usr/bin/omnisharp"))


(eval-after-load
 'company
 '(add-to-list 'company-backends 'company-omnisharp))

doom emacs and company

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

1 participant