Browse Source
Fixes the following issue with code completion. class Foo { public void Bar() {} } var foo = new Foo(); foo. ^ Pressing Ctrl+Space here makes the code completion window show itself. The completions list contains the type names from the 'global' scope whereas it should contain only the list of Foo's members. Cherry-picked from pull request #730pull/734/head
2 changed files with 27 additions and 1 deletions
Loading…
Reference in new issue