A lightweight VSCode extension that shows the last author who modified the current line, using Plastic SCM's cm annotate
command — just like Git Blame, but for Plastic SCM.
- ✅ Inline blame shown within the active line
- ✅ Displays author, branch, and changeset.
- ✅ Uses
cm annotate
under the hood - ✅ Clean, minimal styling
- ✅ Designed for teams using Plastic SCM in non-Git environments
- Open a file tracked in Plastic SCM.
- Move your cursor to a line.
- Line will display author, branch, and changeset.