Non-C# files not showing TODOs
I'm using Rider 2021.2.2 on Win10 x64, and I don't know how to get TODOs to show in JS, Vue, CSS, and HTML files as the default yellow color that shows in C# files. My TODOs aren't very special (config below). I must be missing some setting.
Please sign in to leave a comment.
I knew I was missing something... the directory in which my code lived wasn't indexed (says no index next to the dir), so I right clicked and indexed it (see below). This also fixed my issue with eslint not formatting on save or showing errors.