Rider 2024.2.3 - Loss of Functionality (Syntax Highlighting, References, etc.)
I have been having repeated issues with Rider ever since the .2 update. The main issue is that almost none of the editor's actual functionality seems to be working when within files. For instance, it looks like this:
It seems to happen daily, if not every time I open the application. To fix this problem, I typically must invalidate caches and restart. Is anyone else experiencing similar issues?
Please sign in to leave a comment.
Happening many time times for me as well, in C++ with Unreal Engine in my case
I've found that invalidating the caches solves this (File → Invalidate Caches → check all → press Invalidate and Restart), but I have to do it every single time I open the program, which is a big pain in the ass.
Same issue (c# project), happened after the 2024.2 update. I have to start Rider, invalidate cache and restart then it works, but everytime I load a new solution the issue is back.
I am also having the same issue, and have raised a similar ticket which has not received a response from JetBrains…
Hi everyone!
I'm sorry you've faced such an issue. It is known as RIDER-116340 Code Parsing and Navigation Fails in Rider After Opening a Solution. We are working hard to fix it.
You can try the latest Rider Nightly build and check if that resolves the problem. If the issue persists, please follow these steps and let us know if they do not help. The issue is mostly about C#, but the workaround might as well help with C++ files.
Thank you in advance, and have a great day!
Thank you Alexandra Guk! The Rider NIghtly build has worked for me (just once) but the thread you provided also helped and will keep me up to date on the state of the issue. Thanks again!