omnisharp-sublime icon indicating copy to clipboard operation
omnisharp-sublime copied to clipboard

Omnisharp autocomplete missing a lot of valid members

Open CodeSteele opened this issue 5 years ago • 0 comments

Platform

  • [ ] Linux
  • [X] Windows
  • [ ] OSX

Type

  • [X] This is an issue
  • [ ] This is a feature request
  • [ ] Other

Checklist

  • [ ] It hasn't been fixed in the latest master
  • [X] I can reproduce this issue in a fresh Sublime Text install without other extensions

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.

CodeSteele avatar Sep 19 '19 07:09 CodeSteele