luau icon indicating copy to clipboard operation
luau copied to clipboard

doc comments don't work on types in new solver

Open jackdotink opened this issue 6 months ago • 1 comments

type foo = {
	--- foo bar baz
	field: number,
}

local a: foo

a.field -- this gives the information "foo bar baz" when using the old solver, but the new solver gives nothing

jackdotink avatar Aug 31 '24 18:08 jackdotink