TODOs after comments are not matched #73
Unanswered
timbslr
asked this question in
Potential behavior-altering enhancement
Replies: 5 comments
|
Would like to gather feedback from the community before doing that! Let's start a discussion here! 😊 |
0 replies
|
I would perfer a |
0 replies
|
I use |
0 replies
|
I'm just trying out VS Code for Rust dev (normally use IntelliJ), so I'm not a regular user yet, but I did notice I have a lot of todos like this: So it's not picked up. I can probably fix this by tinkering with the regex though. |
0 replies
|
What speaks against supporting this too? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I have a comment like
// This function solves differential equations //TODO does it do that for all types of differential equations or only a subset?
(a TODO in the same line as another comment), then the TODO isn't highlighted in the editor, nor is it shown in the tree view.
In my opinion, TODOs after comments should also be matched and highlighted.
All reactions