-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The extension could interpret and show docstrings above records like this one when hovering over terms:
local record global_types
--This is module level documentation for our api, it will be shown first
--
--
--
record APIModule
userdata
-- Pure functions
--Here we document the next function
--
--## Markdown!:
--
--```lua
-- local hello = "string"
--
--```
my_function: function(string):(string)
help: function(string):(string)
end
end
global my_api: global_types.APIModule
return global_typesThis would be especially useful for projects like tealr.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request