Edit mode vs. Browse mode #1331
Replies: 1 comment 12 replies
-
Hi! When a member is actually opened in read-only mode, it shows a lock (and doesn't let you type anything in the editor, too): But that happens if the source member is open in read-only mode (which is something you do willingly). In your case, the source member has been opened for edition but it's not possible to save it; which is something VSCode doesn't know until you try to actually save it. One way to address this would be to check beforehand if that member can actually be written to. |
Beta Was this translation helpful? Give feedback.
-
I (as well as at least one of my coworkers) think it would be nice if the open source member tab somehow indicated whether you were in Edit mode or Browse mode. RDi does this by showing a pencil vs a spyglass.
The problem we're looking to resolve is this.
However, maybe I'm the only one, but if I get a bunch of source members open, then get pulled into a teams meeting, then go for a run, come back and start banging out some code changes, it would be nice to have the icon at the top (like in RDi) letting me know that I'm in browse mode.
Beta Was this translation helpful? Give feedback.
All reactions