RobloxLsp icon indicating copy to clipboard operation
RobloxLsp copied to clipboard

Autocomplete for `end` does not respect multiple cursors

Open ghostnaps opened this issue 3 years ago • 0 comments

Repro steps:

  1. Create 2 or more cursors
  2. Write out some code that would normally produce end completion
  3. Press enter and notice that only the first cursor receives end completion

This video demonstrates the issue:

https://user-images.githubusercontent.com/85896114/152205474-5537372f-5868-4055-9df6-2bf4c459d3d9.mov

Hopefully this is a quick fix as this is not something I would commonly run into

ghostnaps avatar Feb 02 '22 17:02 ghostnaps