Skip to main content
Question

Show full code diff for Figma Make / versioned code

  • March 27, 2026
  • 0 replies
  • 5 views

manstfu

Currently, in Figma Make, the code versioning shows only the line counts added or removed (+/-), but
does not allow viewing the actual lines of code that changed between versions. To review code
changes, developers have to restore old versions, which risks losing progress.

Feature Request:
- Add a “diff view” for code files, showing added/removed/changed lines similar to GitHub or VSCode.
- Keep the diff view read-only so restoring is optional.
- Optional: support side-by-side diff view for easier review.

Benefit:
This would make code reviews in Figma Make safer and faster, reducing the need to restore old
versions and potentially lose work.