Intellisense doesn't pick up function parameters in an array

When a function’s initialized within an array, intellisense doesn’t pick up the parameters. This can be reproduced by writing a new function within an array in a new script.

local ArrayWithFunction = {
	function(IntellisenseDoesntPickThisUp)
		
	end
}

Here’s a screenshot of what occurs when you begin typing Intel.
intellisensebug

7 Likes

To be honest there’s a lot of things Intellisense doesn’t catch.

Lately they’ve been adding stuff but it commonly fails and doesn’t update properly…
Intellisense is very useful and fixes would be very appreciated :slight_smile:

3 Likes