OmniSharp / omnisharp-emacs

Troll coworkers - use Emacs at work for csharp!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ido completion backend doesn't use ido

M-frankied opened this issue · comments

The 'ido' backend doesn't actually use ido; it uses the completing-read built-in. If the user indicated a preference for ido by enabling ido-mode and setting omnisharp--auto-complete-display-backend to ido we might as well use ido.

See #454

Awesome. Least painful OSS contribution ever :-)

You are more than welcome :)