A way to share bookmarks #603
mbalaji-atlas
started this conversation in
Ideas
Replies: 1 comment
-
Hi @mbalaji-atlas , If you want to share bookmarks between your teammates, you could simply use Right now, there is no export/import feature, only an open issue asking for it. BTW, if you want guidance on your codebase, following steps to do something, maybe you should take a look at the CodeTour extension. It is a great extension too. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find labeled bookmarks to be a nice way to guide a user through the codebase. Why not docs? Because this way user does not leave from codebase while following steps to do "something" (less context switching). So problem I face is how to transfer bookmarks from my vscode to my teammates vscode ? (in same version controlled project ofc)
Though the main problem to solve is this (considering this is a problem worth solving), there would be bunch of solutions that can solve this problem. But the most simplest one to start with (I assume) would be a way to import/export bookmarks from a project.
APIs:
Beta Was this translation helpful? Give feedback.
All reactions