Is there a way to make ReSharper search for todos in txt files in my project? Permanently deleted user Created February 12, 2015 15:37 I have some readme.txt files in various project that contains todo's that I want ReSharper To-do Explorer to show
Hello Jens,
It is not possible, since the todo manager works with tokens from a syntax tree, but ReSharper does not do anything with .txt files.
Thanks!