Omnisharp on emacs speed -


i running omnisharp on emacs on mac. works fine , wonderfully. problem speed seems issue. not intellisense when moving , down in lines. (basic c-n, c-p)

i think it's suggestions on status bar slow down. seem stop cursor moving freely becomes annoying. async?

can disable these status suggestions?

this eldoc support, indeed not entirely asynchronous yet.

to disable can either: - turn off via 'customize' running 'customize-group','omnisharp', searching eldoc , setting off. - turn off in lisp via '(setq omnisharp-eldoc-support nil)'


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -