Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - save / import / export bookmarks #752

Open
samzuercher opened this issue Sep 25, 2024 · 0 comments
Open

[FEATURE] - save / import / export bookmarks #752

samzuercher opened this issue Sep 25, 2024 · 0 comments

Comments

@samzuercher
Copy link

Use case: analyze code and write a summary on where in the code a variable is used.

  1. search the variable
  2. add bookmarks on relevant mentions
  3. ideally: get all relative filenames of the bookmarks -> paste them in the summary
  4. get the relevant code blocks from the bookmarks and paste them also in the summary

summary would then look similar to this:
variable is used in {relative\path\tofile.js} like

// some code

As far as i know this is currently not possible because the bookmarks are stored in a hidden place. Why not store the bookmarks as .json in the .vscode-folder, so they are easily manageable and could also be read by other software to automate things and e.g. create stuff like #172.


similar items:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant