Autocomplete / Intellisense Help

I’m not sure if I’m doing something wrong but intellisense has been giving me trouble lately.

For example, if I type on a new line:

if true then

and press enter, it should autocomplete to

if true then

end

HOWEVER, this does not work if I write this within a function such as:

function Bob:kick()
    if true then

    **(WILL NOT AUTOCOMPLETE)**

end

or another example

spawn(function()
    spawn(function()
    **(WILL NOT AUTOCOMPLETE)**

end)

Does anyone know what is going on? This seems like a bug as I never had this problem before, but I’m not sure!

1 Like

No, that is fine. You can make a bug report if one hasn’t been made already. Just add it in yourself for now.

How do you create a bug report in this new forum system? They removed bulletins it seems so I can’t make a post and ask for approval.

(I’m not approved to write a new post in the bug report category.)

Then create a topic. The topic will then be redirected to post approval.