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]: Allow Todos to be automatically added #66

Open
1 task done
christian-bromann opened this issue Mar 18, 2022 · 4 comments
Open
1 task done

[💡 Feature]: Allow Todos to be automatically added #66

christian-bromann opened this issue Mar 18, 2022 · 4 comments
Labels
Blocked Help Wanted 🙏 Extra attention is needed Idea 💡 Any ideas or feedback you have for Marquee

Comments

@christian-bromann
Copy link
Contributor

christian-bromann commented Mar 18, 2022

Is your feature request related to a problem?

Currently users can add todos when there is a Todo: ... somewhere in the code, e.g.:

Screenshot 2022-03-18 at 17 42 38

However it is difficult to see all of those places without scanning through all files.

Describe the solution you'd like.

We could add an option to the todo widget that defines whether Marquee should automatically add todos in all workspace files. In case this config is enabled we display these todos and automatically remove them once someone removes the todo in the code.

Describe alternatives you've considered.

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@christian-bromann christian-bromann added Help Wanted 🙏 Extra attention is needed Idea 💡 Any ideas or feedback you have for Marquee labels Mar 18, 2022
@CodingWithDavidZ
Copy link

If I could piggy back on this, being able to also click the TODO in marquee and jump to the spot its referenced would be nice. If this is not possible, having it append a filename would be nice as well.

@christian-bromann
Copy link
Contributor Author

@CodingWithDavidZ thanks for the feedback. Actually we had this working for notes and snippets

linkableTodos

which for some reasons I am currently not able to reproduce (could be a bug) but I believe I added this for Todos too.

@christian-bromann
Copy link
Contributor Author

which for some reasons I am currently not able to reproduce (could be a bug) but I believe I added this for Todos too.

@CodingWithDavidZ Ok, it seemed that the extension didn't fully upgrade and I was still seeing an old version. If you select a text snippet you should see "Add Selection to Todos" which then links the todo to the file where you captured it from:
demo 2

@christian-bromann
Copy link
Contributor Author

This is blocked on microsoft/vscode#59921. There are APIs available to leverage the search mechanism of VSCode for this kind of purpose. However this API needs to be enabled through enabledApiProposals which means we only could release this to insiders users only. I suggest to keep this on the back burner until the API has reached a stable status.

@christian-bromann christian-bromann removed their assignment Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Help Wanted 🙏 Extra attention is needed Idea 💡 Any ideas or feedback you have for Marquee
Projects
None yet
Development

No branches or pull requests

2 participants