I'm using C# and I have a namespace which is identified as "Company.Product.System.Component
". When I go to the goto recent method context menu I get a bunch of this:
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Company.Product() in sourcefile.cs:nnnn
Which might be acurate but it is completely unhelpful. Seems like you are treating Company.Product in Company.Product.System.Component.Class.Method as Class.Method.