@alexandretperez
In some cases intelisense hangs but in which namespace is this method defined? Is this namespace one of the imported?
From architectural Viewpoint as IT IS a Extension somewhere this needs to be defined. Maybe some additional nuget package hast to be referenced as well.
Yes, I added an additional nuget package that I always use in my .NET projects called Xal.
The extension remains in Xal.Extensions namespace which was also imported but the UiPath does not recognized it.
check if the nuget package / extension is referenced by the dependency manager
check if the namespace is imported (imports)
check the xaml - as described here: