Feature suggestion: TODO improvement
Answered
I have one issue and one suggestions for TODOs:
1. When TODO found in 3rd party code (jQuery as example) - it shows on a list. It's not my code, I'd like functionality where I can ignore certain areas from TODO scanning.
2. Sometimes TODO item need to be done after certain time, for example I want to put reminder for myself like // TODO 12/12/2016 ... - Ideally I'd like not to see this TODO until 12/12
Please sign in to leave a comment.
Hello Ivan,
According to https://youtrack.jetbrains.com/issue/RSRP-335352 ticket, if a file is added to generated files, Todos from the file won't appear in TODO list.
Thanks!
Yes for generated files. But I'm talking jQuery for example. It is added automatically when I add SignalR nuget package. It is not marked as auto-generated, it just sits in /scripts folder.
I can see other scenarios where I want to exclude files from scanning..
Hello Ivan,
You may manually add them to ReSharper | Options | Code Inspection | Generated Code
Thanks!
Thank you! This is what I needed.
What about #2? Good idea to augment TODOs with dates?