Added support for C# using OmniSharp #500
Closed
Conversation
contrib/lang/csharp/packages.el
Outdated
"mgF" 'omnisharp-navigate-to-solution-file-then-file-member | ||
|
||
;; Type info | ||
"mt" 'omnisharp-current-type-information |
syl20bnr
Jan 29, 2015
Owner
you have a clash here with the test prefix mt
you have a clash here with the test prefix mt
(add-hook 'csharp-mode-hook 'omnisharp-mode) | ||
(use-package omnisharp | ||
:defer t | ||
:config (evil-leader/set-key-for-mode 'csharp-mode |
syl20bnr
Jan 29, 2015
Owner
Sort the key bindings
Sort the key bindings
bjarkevad
Jan 29, 2015
Author
Contributor
How do you want the sorting to be?
How do you want the sorting to be?
contrib/lang/csharp/packages.el
Outdated
"mpl" 'omnisharp-add-reference | ||
|
||
;; Compile | ||
"mb" 'omnisharp-build-in-emacs ;; Only one compile command so use top-level |
syl20bnr
Jan 29, 2015
Owner
should be mcc
if I'm not mistaken
should be mcc
if I'm not mistaken
contrib/lang/csharp/packages.el
Outdated
"mb" 'omnisharp-build-in-emacs ;; Only one compile command so use top-level | ||
|
||
;; Code manipulation | ||
"mo" 'omnisharp-auto-complete-overrides |
syl20bnr
Jan 29, 2015
Owner
not in the conventions but we can keep mo
for the user as well as o
not in the conventions but we can keep mo
for the user as well as o
I've updated the bindings, but I'm still not really satisfied with the mnemonics - suggestions? |
Updated bindings again :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Added initial support for C#, comments et al is of course very welcome.
OmniSharp seems to work reasonably well for the tests I've done on Linux with Mono, but someone should probably try it out with some larger solutions on other system configs.