You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project doesn't support Luau static typing and never will, you should always prefer Luau Language Server for that.
I am using Luau Language Server because it has better typing and hovering. However, I also am using Roblox LSP since it helps with front end more like Roblox's build-ins like game, etc.
The problem with this is it will make two hovers.
But, even with disabled hovering it doesn't disable it's hovering.
The text was updated successfully, but these errors were encountered:
However, Luau LSP does have proper Roblox support and built-ins, you may need to enable something in the config. Roblox LSP is not necessary to be used with Luau LSP.
The only way to get game not to error, is to make Luau LSP set it to any. However, then you don't get any autocompletion, hovering, or documentation. Having both of them seems to be working for me when I edited the Roblox LSP to make config.hover.enabled work. Roblox LSP gives me the autocompletion for game that is the most important.
I like Roblox LSP's autocompletion and Luau LSP's typing and hovering.
I saw this
I am using Luau Language Server because it has better typing and hovering. However, I also am using Roblox LSP since it helps with front end more like Roblox's build-ins like
game
, etc.The problem with this is it will make two hovers.
But, even with disabled hovering it doesn't disable it's hovering.
The text was updated successfully, but these errors were encountered: