Lucas Gangstad
Lucas Gangstad
Seems likely related to https://github.com/console-rs/console/issues/35.
This PR is still marked as a draft. We're discussing how to move forward into v0.9.0 and we'd like to be able to fit this in if we can. Where...
Could you also update the description of the PR with a brief description of how this PR achieves what it says in the title in case anyone looks back at...
> but this is not true anymore. How so? It seems to me like it does.
This doesn't seem complicated to me. We clearly just have two types of component instance now. What else would have you it return? It seems to me it returns a...
There isn't another way to do that without a type error. This is a limitation of Luau which doesn't provide a type safe way to do that. Generally there are...
This seems like its possibly related to the behavior of automatically turning function name completion into a call. I'm not sure if this should be another issue, let me know....
> That behaviour is already achievable by disabling `luau-lsp.completion.addParentheses` This is how I typically have it set, however, this isn't my desired behavior. Tab stops and parentheses/function call completion completion...
Like I had mentioned this is how others behave, such as sumneko's Lua, Roblox LSP, the built in typescript extension, etc. If anything, the default setting should probably be reversed...
Can we please edit the title to reflect the changes that are happening and link appropriately with closing keywords before merging this?