views:

141

answers:

1

Is it possible to get in Visual Studio code intellisense into XSLT extension functions. For example when I write:

<xsl:value-of select="umbraco.

I would get a list of all functions/methods available under "umbraco."?

A: 

Apparently there is no way to do this.

jpkeisala