Skip to content

Code completion for Null conditional element access operator only works on simple name expressions #32

@tenor

Description

@tenor

Open up VS 2015 CTP 5 and type:

String s = "g";
s?[ (At this point the parameter completion popup appears as it's supposed to)

Now try the following expressions:

new String() ?[ (Popup DOESN'T come up)
""?[ (Popup DOESN'T come up)
(" ")?[ (Popup DOESN'T come up)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions