-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
feat: Allow showing TodoQuickFix list in sorted order
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.
Sahil Gautam
committed
Nov 12, 2024
1 parent
ae0a2af
commit 75941e9
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters