Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc comments don't work on types in new solver #1383

Open
jackdotink opened this issue Aug 31, 2024 · 1 comment
Open

doc comments don't work on types in new solver #1383

jackdotink opened this issue Aug 31, 2024 · 1 comment
Labels
bug Something isn't working new solver This issue is specific to the new solver.

Comments

@jackdotink
Copy link
Contributor

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 jackdotink added the bug Something isn't working label Aug 31, 2024
@aatxe aatxe added the new solver This issue is specific to the new solver. label Sep 12, 2024
@checkraisefold
Copy link
Contributor

checkraisefold commented Sep 29, 2024

I am fairly sure that the new solver and old solver in fact do not provide this info, in which case this should be closed
luau-lsp does with its own solving, and the implementation for it is broken with the new solver - which is getting fixed shortly (hopefully) with my PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new solver This issue is specific to the new solver.
Development

No branches or pull requests

3 participants