You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
then after entering the first s (before =>) a code completion window is shown. If I don't escape it, it will insert the first entry found for "s" after typing the whitespace. Since I'm declaring a parameter here, no code completion should be done. Of course, after => code completion would still be desirable for users.
Visual Studio behaves as expected here, by the way.
When I start typing a new lambda expression, say
then after entering the first
s(before=>) a code completion window is shown. If I don't escape it, it will insert the first entry found for "s" after typing the whitespace. Since I'm declaring a parameter here, no code completion should be done. Of course, after=>code completion would still be desirable for users.Visual Studio behaves as expected here, by the way.