NightrainsRbx

Results 9 comments of NightrainsRbx

This is a known problem, it should not happen with semantic highlighting, make sure it's enabled on `robloxLsp.color.mode`, if it is, then your theme doesn't support semantic highlighting, you can...

I like the first idea, but It would require asking the websocket for children every time you index something since we never know when something has changed, and the cache...

While you wait for the bug to be fixed, you can copy the text from a plain editor or a notepad and paste it into the string.

This is a known problem because there are no type refinements yet, that's why the option `union-bivariance` exists.

Using sumneko-lua is the easiest way to do it, since Roblox LSP is a fork of it, the binaries should be the same, You have to replace the server folder

This change only adds special syntax highlighting for those types, does not adds the types nor implements their behaviour.

I appreciate the fix and I'll look into it. However, Luau LSP does have proper Roblox support and built-ins, you may need to enable something in the config. Roblox LSP...

There will not be support for this. For complex type annotations, you have to use Luau LSP. Roblox LSP may integrate Luau LSP into itself soon to allow better typechecking...