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

TODO detection #161

Open
1 of 2 tasks
BlackRam-oss opened this issue Jul 9, 2022 · 7 comments
Open
1 of 2 tasks

TODO detection #161

BlackRam-oss opened this issue Jul 9, 2022 · 7 comments
Labels
backlog Something that is not a priority and will be addressed in a future release suggestion

Comments

@BlackRam-oss
Copy link

BlackRam-oss commented Jul 9, 2022

TODOs could be highlighted:

  • insert the list TODO in PROBLEMS as info
    image
  • for color:
    now:
    image
    in python:
    image
@BlackRam-oss
Copy link
Author

I could do it myself, but I don't know where to start. I know TypeScript , but I have never created a VSCode extension

@duckdoom4
Copy link
Collaborator

duckdoom4 commented Jul 9, 2022

Hi Don, this is already an existing feature on the new-syntax branch. We expect to release a pre-release version of this branch sometime soon.

If you really want to, you can already run that version by manually cloning, opening the project with VSCode and then pressing f5 to launch a new window that runs with the development version of the extension.

@duckdoom4
Copy link
Collaborator

duckdoom4 commented Jul 9, 2022

Tho there's currently no way to view them all in one window as far as I know, so that could be a feature that would be nice to have

@BlackRam-oss
Copy link
Author

Hi Don, this is already an existing feature on the new-syntax branch. We expect to release a pre-release version of this branch sometime soon.

If you really want to, you can already run that version by manually cloning, opening the project with VSCode and then pressing f5 to launch a new window that runs with the development version of the extension.

great i hope to use the pre-release soon

@LuqueDaniel
Copy link
Member

If you want a list of all TODOs, you can use the TODO Tree extension or something similar.

imagen

@BlackRam-oss
Copy link
Author

BlackRam-oss commented Jul 9, 2022

If you want a list of all TODOs, you can use the TODO Tree extension or something similar.

wanting to I can do a search this way (not a big deal), without having to install another extension.
image

but this would be great if these would be included in PROBLEMS (as info). so that it would be handled directly by vsCode using (so the ability to use system filtering and whatnot...).

@duckdoom4
Copy link
Collaborator

v2.1.0-pre-release was released today. Part one of this feature is now publicly available

@duckdoom4 duckdoom4 added the backlog Something that is not a priority and will be addressed in a future release label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Something that is not a priority and will be addressed in a future release suggestion
Projects
None yet
Development

No branches or pull requests

3 participants