I was wondering if there is a vsCode extension that may help with requiring modules.
I have this plugin called ‘Require Autocomplete’ on roblox (https://www.youtube.com/watch?v=ObDp5JlbmFI).
Any vscode extensions similar to this?
I was wondering if there is a vsCode extension that may help with requiring modules.
I have this plugin called ‘Require Autocomplete’ on roblox (https://www.youtube.com/watch?v=ObDp5JlbmFI).
Any vscode extensions similar to this?
Roblox LSP is pretty good. I almost never manually require modules anymore. I just type out the name of the module anywhere in the script and then hit ctrl
and .
then hit enter and it adds the require
right below the rest of the module imports for me.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.