Luau-Powered Autocomplete & Language Features: Documentation + Full Release!

Sorry to hear you’ve been having troubles with the update. Have you filed a bug report with the impacted script?

1 Like

Damn this is too good, Helps a lot thank you

Just replying to my previous reported issue, wanting to ask if this was in a queue to be worked on or anything along those lines. I want to make sure this issue report was not thrown into the void.

Is that just a edit, or can you actually change that? The default one looks very ugly.

Right now, you can edit the database for it, so, yes.
Paste in explorer:
C:\Users\[username]\AppData\Local\Roblox Studio\content\configs\DateTimeLocaleConfigs\en-us.json
Open with Visual Studio Code
Shift + Alt + f
Template:

    "@roblox/globaltype/var.FunctionName": {
        "documentation": "<p>This is some <code>template code</code> lol.</p>",
        "params": [
            {
                "name": "params",
                "documentation": "@roblox/global/warn/param/0"
            }
        ],
        "returns": [
            "@roblox/globaltype/Lighting.GetSunDirection/return/0"
        ],
        "learn_more_link": "https://developer.roblox.com/api-reference/function/Lighting/GetSunDirection"
    },

Edit it as you want, I wasn’t 100% sure how it works.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.