Skip to content

Auto-completion when not needed #11

@denisbredikhin

Description

@denisbredikhin

Hello.
If I type following expression:
new[] { 1 }.First(s
and then press =, button, I see following:
new[] { 1 }.First(sbyte=
while in Visual Studio I see
'new[] { 1 }.First(s='
this is because after typing s, item in completion list is selected (in blue), while in VS it is just highlighted with blue border.
Is it something that is possible to fix? Or should be reported to avalon edit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions