Replies: 1 comment 1 reply
-
|
Hi, thanks for reporting. False positive TODOs can be quite annoying. I'm not a fan of introducing a setting for TODO markers because of severals reasons:
I suggest a different solution: Case-sensitive From your description, the main problem is highlighting of lowercase |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently, SysReptor automatically flags the keyword
TODO(ortodo) as a pending item, which is a very useful feature for reviews and annotations. However, in non-English contexts, this can create false positives.For example, in Portuguese the word "todos" (meaning "all") contains
todo, which unintentionally triggers the pending marker. Similar issues may also occur in other languages wheretodoappears as part of a normal word but has no relation to the "to-do" concept.Suggested Improvement:
Allow the
TODOmarker keyword to be customizable (e.g., via configuration or project settings). This would let users adapt it to their preferred language or choose a unique marker (such as@@TODO@@or another keyword), reducing false positives while keeping the feature flexible across different languages.Benefit:
Beta Was this translation helpful? Give feedback.
All reactions