OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Omnisharp autocomplete missing a lot of valid members #261

Open CodeSteele opened 4 years ago

CodeSteele commented 4 years ago

Platform

Type

Checklist

Versions

output of mono --version:

6.0.0

output of msbuild /version:

16.1.85+gad9c9926a7 for Mono

(Both tried on a machine with the above two and without, the requirements says windows only)

Details

What's the bug?

Omnisharp only shows immediately available members (for base Object type and the Home Controller itself), but nothing under the Controller class, eg:

Sublime: image

VSCode: image

How-To

How do I reproduce this issue?

Fresh install of Omnisharp.