Good day,
Iโm trying to document my increasing code base, but every comment is stored in the Grid, wasting valuable character space. Please add the possibility to add comment sections that are only stored in the cloud.
Thanks!
Good day,
Iโm trying to document my increasing code base, but every comment is stored in the Grid, wasting valuable character space. Please add the possibility to add comment sections that are only stored in the cloud.
Thanks!
For now my best idea is to copy parts of your code into the description box of the config and comment it there:
if this_is_my_code ~=0 then
-- this should explain everything
end
A couple of weeks ago the description box became markdown based, can show images, gifs, code snippets and everything you could normally do in markdown.
I know itโs not a true solution but rather a workaround to store your ideas related to a config in an alternative way.