Bi-directional Code Mapping
It would be nice to have a relation between the WACC code submitted for compilation and the assembly code generated, so that hovering over a line/instruction also highlights the corresponding bit(s) in the other pane.
This is going to require the backend to produce something more rich than it does currently, and require another layer of highlighting divs placed within the existing code editor architecture.