Can Cursor use roslyn to analyze .net projects better?

I mostly work on .NET projects and I wonder if cursor can use roslyn APIs to determine my project dependencies and discover methods from dependencies for better suggestions.

Sometimes it suggests fake non-existing methods and classes. If there is a way to make it use code analyzers instead of only syntax analyzing, it can be much better.