Roblox IDEInspired by Roblox Studio's syntax highlighting, this plugin enables similar syntax highlighting in VSCode. Now it comes with auto-insertion, Go To Class Method Definition, Go To Type, Right-Click To Duplicate Script, and Smart Indent On Paste functionality! Luau Language Server is required for the best experience. Features
[New 04-04-2025] Roact AutoComplete/Emmets[New 03-27-2025] Right-Click to Duplicate or Create ScriptNow, just like in Roblox Studio, you can right click an existing lua file to duplicate it. If you use this command on a directory, it will create a new lua file with an appropriate extension depending on the directory. [New 03-26-2025] Auto-insert ModuleScript boilerplate[New 03-23-2025] Smart Indent On PasteEver tried to paste some code you copied and the indentation gets all messed up when you paste it? Smart Indent On Paste aims to solve this problem. Current behavior WITHOUT smart indent enabledCurrent behavior WITH smart indent enabled[New 03-21-2025] [Basic Support] Use control + click or command + click to Go To Function definition[New 03-21-2025] Use control + click or command + click to Go To Type definition[New 03-21-2025] Roblox Light Theme[New 03-19-2025] Auto-insert end, do, then[New 03-17-2025] Multi-Language SupportWith this repo open in VSCode, press F5 to run the plugin in debug mode and test changes. |