TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

We need a "compress function visibility" feature!

Open Rldxk opened this issue 3 months ago • 0 comments

My program is starting to get a little long and I thought it would be really nice to have a built in tic80 feature to compress code visibility, I mean, when I have a code like this:

function longFunction()
  --long code here
end
function longFunction2()
  --long code here
end

Why not have a small icon that lets us compress the function for better readability and a nicer user experience? Like this:

function longFunction() [...uncompress...]

function longFunction2() [...uncompress...]

It's a small feature but it would be great for the Tic80 coding experience. Thanks for hearing me out! I'm loving this community!

Rldxk avatar Mar 17 '24 16:03 Rldxk