1whatleytay / saturn

A modern MIPS interpreter and assembler.
MIT License
29 stars 6 forks source link

Feature Request: Code Folding #26

Open mhmood-sf opened 3 months ago

mhmood-sf commented 3 months ago

Code for functions gets really long, it would be very helpful if there was code folding for labels so we can hide the finished ones and only focus on the bits of code that are relevant.

milomg commented 3 months ago

Linking #25, which can do indentation based folding