serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Incorrect computation of position in function call signature

Open myOmikron opened this issue 2 years ago • 0 comments

It seems like the current position in the popup is computed by just using counting commas. An array initialization will shop the wrong position in the popup:

image

As visible, thisShouldNotBeHighlighted is highlighted while the cursor is still in the array: image

myOmikron avatar Jun 26 '22 05:06 myOmikron