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

Allow showing TodoQuickFix list in sorted order #333

Closed
wants to merge 2 commits into from

Conversation

printfdebugging
Copy link

This is specially usefull when documenting observations as comments while working on a project in order to save the context for future.

A keyword like PIN can be defined, with a search regexp as [[PIN \d{2}]] and the comments can be numbered as # PIN: 00, # PIN: 01.. Then using the TodoQuickFix command will show all the pins in the sorted order, which makes it really easy to go over the past observations etc.

fixes #330

This is specially usefull when documenting  observations as
comments while working on a project in order to save the context for
future.

A keyword like PIN can be defined, with a search regexp as [[PIN \d{2}]]
and the comments can be numbered as # PIN: 00, # PIN: 01.. Then using
the TodoQuickFix command will show all the pins in the sorted order,
which makes it really easy to go over the past observations etc.
@printfdebugging
Copy link
Author

I think it's a very niche use-case. Feel free to comment if you think otherwise.

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

Successfully merging this pull request may close these issues.

feature: Allow numbered tags, and show them in the todoquickfix list in sorted order
1 participant