Roblox LSP - Full Intellisense for Roblox and Luau!

You can specify the name of the .project.json file in the extension settings.
image
Change only Workspace Settings so it doesn’t affect other projects.

Can someone help me with the extension?

Sometimes it works in some scripts but in some it doesn’t or sometimes it doesn’t work at all and it’s very uncomfortable to work like this.

I’m using the extension for more than 5 months and never had problems, I’m since a few days like this and it’s getting worse and worse.

I tried disabling the VSC extensions I don’t use, removing the extension, uninstalling VSC and deleting the cache + all data, trying with another file and still it keeps giving the same result.

btw, nothing shows up in Output. I would be very grateful if someone could help me :heart:

https://gyazo.com/4220bf290cb7c4f3bff05398611aa208
image

Hello, wonderful extension that I’ve been using for a while now, one small issue though, recently, when trying to use the plugin, it displays this (Yes, the extension is updated):

Screenshot_15

I’m currently on Windows 10 (Version: 21H1, OS Build: 19043.1526) and upgrading to Win11 as I’m typing this.

Sorry if it’s that I’m being stupid or not doing something correctly, just looking to see if it’s a known bug or if it’s something that people ain’t aware of yet.

On Version 0.516.0.5160305 the tag Deprecated has been added to all the BodyMovers, but that also deleted all the BodyMover classes.

Color3 class is missing the ToHex() method.

image

3 Likes

I would love a step by step tutorial on how to use it,im clueless now after downloading extension and the plugin

Hey! I’ve been testing out VSCode and Rojo and stumbled across your plugin, I have to say that this is really impressive and well made!

I came to ask if there is a way to edit the auto complete as it would be great if I could change the auto complete to show OtherPart instead of otherPart or Player instead of player to save me a bit of time since I have my own way of casing certain things.

image

image

I installed Roblox LSP a day or two ago, and you don’t know how much time it saved me while using vscode.

Normally, I would just worry if I am requiring the correct module or even requiring an modulescript, but with this, I am getting instant feedback on what I am referencing in relation to the filesystem.

Also, I like the builtin knit support, it just solves the most important issue with knitq and gives another excuse for you to keep using rojo and vscode!

1 Like

Is it ever possible you could add support for other IDE’s such as IntelliJ? I’m just so used to it for my web apps and would like to stay comfortable.

I wish to have this installed on my laptop but sadly it doesn’t support IOS, I code using my MacBook Pro at the moment so hopefully in the future when I get my PC I can try this out.

Type checking doesn’t detect “Studio” as a member of settings().

image

thank you so much :pray:t6: doing god’s work

I installed Robox LSP in VS Code and created a .lua file.
When I click “Run without debugging”, I get message “You don’t have an extension for debugging Luau…”
Probably I have not configured something.

Any idea?
Thanks

i thought this has no impact with my PC, is it enough to run with 8GB of RAM when reached
line 700?

It will probably work, just slower than it would on a more powerful computer.

I suggest to just try it out (don’t forget to also run studio at the same time for a real test).

You can’t use typeof() for “Player”, it would give you “Instance”, for Instance subclasses you can’t use typeof()

You can I’ve always used it wdym?

nvm you’re right but it always worked fine for me but how did it work fine for me previously :thinking:

Not sure if this is an extension bug or an issue on my computer or not, but this issue comes up on almost all the files I use typecheck on.

Sorry for late reply but this info must be shared.
You should put a : in there.

---@typecheck mode: strict
1 Like