Is there a way to get Visual Studio to offer Intellisense based on the XSLT3 schema here: https://www.w3.org/TR/xslt-30/schema-for-xslt30.xsd ?
I've tried downloading the file and adding it to the schema list ( XML -> Schemas -> Add ) and removing the built-in XSLT version, but it then doesn't seem to offer up any Intellisense.
I have another custom schema that works perfectly when added to the schema list, so VS seems to be providing proper Intellisense and checking of code with multiple schemas, but it seems to hate the official one from W3.org.
Has anyone tried to achieve this with some success before? I've done a fair amount of Googling and reading Stackoverflow questions related to VS2010 and can't seem to find a solution.