When I enter a LINQ query in Xamarin Studio 5.10.3 (build 51), autocomplete starts offering the wrong things, for example, in join s in doc.Descendants("Supplier") it will automatically correct s to sim :

Or in on (int)p.Attribute("SupplierID") , it will automatically adjust (int) to (into) . These persistent incorrect auto-corrections make it difficult to write LINQ queries to MonoDevelop.
Is it possible to fix intellisense so that it works correctly? If not, can I at least turn it off for LINQ queries, so I donโt need to constantly return and cancel incorrect auto-corrections?
c # linq intellisense xamarin-studio
sashoalm
source share