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

File length over 194 characters #16

@jasho

Description

@jasho

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions