luau-lsp icon indicating copy to clipboard operation
luau-lsp copied to clipboard

Autocomplete end does not work with `function name()` but works with `local function name()`

Open AridAjd opened this issue 1 year ago • 0 comments

When you do function name(), the end is not autcompleted, but when you do local function name() (adding the local before function), it properly autocompletes the end. This problem occurs with Autocomplete end enabled. Here's a video:

https://youtu.be/cxOV6Rla3s0

(added link because github doesn't allow vids > 10mb)

AridAjd avatar Feb 19 '24 11:02 AridAjd