MongoDB Analyzer is not working

I am really interested in using MongoDB Analyzer as it is indeed very hard to figure out how to use C# driver.
So I installed NugetPackage in both VS2019 ans 2022 Enterprise.
Analyser is listed in references but it does not work. There simply aren’t any three grey dots under any expression.
Somebody got this working? Am I missing something here?

just gladly found that it worked!

Write the query code in a form like ‘collection.AsQueryable().Where(l=>l.Name.Contains(“bbb”))’ works. The key is “AsQueryable().Where”