I’m having issues with the new Advanced VS2019+ Completion popup type.
When hitting period (.) on a structure variable, the pop up occurs correctly. If I then use the arrow keys up or down to select an item, when I hit enter one of two things occurs:
- A new line without any auto completion text
- The auto completed text is inserted and a new line
This behavior is different than the Advanced (legacy) version. When hitting enter the text appear always, without a new line.
I attached an animated gif that shows the issue.
There appears to be other issues which are more difficult to reproduce. I haven’t kept a list yet (but I will start). Sometimes the item selected is inserted twice, for example. That looks like it is a timing / race condition issue.