This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Description
Hi,
we use this tool in our Xamarin.Forms projects to enable design time data binding intellisense by using the attributes:
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
It's super helpful in Xamarin.Forms development as the framework doesn't support these by default.
However we've reached an issue considering the file path length.
If the file path to the XAML file (including the file's name and extension) containing these attributes exceeds 194 characters, the whole intellisense for the Xamarin.Forms project dissappears.
We believe it's caused by this as we've removed any additional reasons that we could think of. And it only happens if the file's path is 195 characters or longer and contains the aforementioned attributes (which are basically only used by this tool).
Could you please provide me with a solution to this? Our projects are growing in size and the 194 character limit is beginning to be quite limiting.
We really like this tool and would love to keep using it so if there's a solution please let me know.