5 ms·
Ask HN: Virtual Layer Code Editor?
Sometimes I want to make notes or space out functions while exploring code. Is there a plugin/best practice for editing a file without actually modifying it, but not losing the changes after the session? Current method is to duplicate a file and mess around with it, but prefer not dirtying the directory.
- sbr464 3y agoAnd definitely don't want to make git branches that you forget exist.
- aziaziazi 3y agoHave you considered “git gui” or “git branch -a” ?
- ss48 3y agoTake a look at this. I'm not sure how active development is though. https://thamara.dev/posts/code-annotation-a-vscode-extension/ https://thamara.dev/posts/code-annotation-a-vscode-extension...