This is intended to happen, it shows a documentation comment over the function, with roblox’s studio text-editor, these don’t have color which is why you often wont see roblox studio developers use documentation comments but Rojo developers will. Heres an example of that highlighting and code block using my signalqueue queuesignal method
as you can see from both images it separate the ocmment at the top and puts the params and return at the bottom! very cool! The issue your facing is a roblox text editor issue, a reason why i switched to vsc a long time ago for roblox
There is other plugins like that but this is the most popular.
I still don’t see any reason as to why would you need that.
Just write smth like --[[This function returns a cool number]]+typecheck and its already very readable.
No it wont.
How could it work for people who do not have a plugin?
Just use --[[]] ontop of a function (without spacing) and it will put it as a function description.