```
"string"/*comments*/.
```
The completion at dot shows global variables rather than members of String. Removing the comment and retyping the dot will show the proper list.
This seems to be breaking Quick Info too, e.g. if you manually enter `length` after the dot and then hover over it, there's no Quick Info tip. But it does appear if comment is deleted.
"string"/*comments*/.
```
The completion at dot shows global variables rather than members of String. Removing the comment and retyping the dot will show the proper list.
This seems to be breaking Quick Info too, e.g. if you manually enter `length` after the dot and then hover over it, there's no Quick Info tip. But it does appear if comment is deleted.