RobloxLsp
RobloxLsp copied to clipboard
Autocomplete for `end` does not respect multiple cursors
Repro steps:
- Create 2 or more cursors
- Write out some code that would normally produce
endcompletion - Press enter and notice that only the first cursor receives
endcompletion
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