This feature has been added to Studio!
Adding a comment above a function definition will add it to the intellisense as a docstring
example:
-- This adds 2 numbers together local function add(a, b) return a + b end