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

ENHANCEMENT - specific tab for listing TODOs instead of output terminal #79

Open
NoxFly opened this issue Jun 21, 2023 · 1 comment
Open

Comments

@NoxFly
Copy link

NoxFly commented Jun 21, 2023

It would be easier if we could navigate through the TODOs and view the code at the same time.
With the current configuration, we can't because either we have the ouput terminal opened, either we have the code, not both.

You could inspire yourself from this VSC extension I was using before, and which is doing this great.

It offers some tools like expand / collapse tree, filter, refresh, group by tag and especially 3 different views, shown in the screenshots below (tree, flat tree and list).

I'm currently using your extension + the one I linked, but it would be better if these two features were in only one extension.

image
image
image

@jgclark
Copy link
Owner

jgclark commented Aug 24, 2023

You can already see a list of TODOs in VSCode's PROBLEMS view, at the same time as the code.
You may need to add a "diagnosticSeverity": "error" setting for particular highlights.

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

No branches or pull requests

2 participants