feature request: go to definition

When editing XSLT stylesheets, it would often be convenient to be able to jump automatically from <xsl:call-template name="my-template"> to the place where the template is defined, <xsl:template name="my-template"> More generally, this might also be used to jump from a $variable reference to the <xsl:variable> or <xsl:param> definition, or from an <xsl:import> element to the imported stylesheet. This would make it easier to find your way around large, complex stylesheets. Lars

Hello, Yes we plan to add such enhancements specific for editing XSLT stylesheets. We already have your requests on our bugzilla. Thank you, Sorin Lars Huttar wrote:
When editing XSLT stylesheets, it would often be convenient to be able to jump automatically from <xsl:call-template name="my-template"> to the place where the template is defined, <xsl:template name="my-template">
More generally, this might also be used to jump from a $variable reference to the <xsl:variable> or <xsl:param> definition, or from an <xsl:import> element to the imported stylesheet.
This would make it easier to find your way around large, complex stylesheets.
Lars
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Sorin Ristache wrote:
Hello,
Yes we plan to add such enhancements specific for editing XSLT stylesheets. We already have your requests on our bugzilla.
Thank you, Sorin
Hi Lars,
For
or from an <xsl:import> element to the imported stylesheet.
Use CTRL+Enter or Open file at cursor action from the contextual menu.
Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
Thank you both. Lars

Hi Lars, For
or from an <xsl:import> element to the imported stylesheet.
Use CTRL+Enter or Open file at cursor action from the contextual menu. Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Lars Huttar wrote:
When editing XSLT stylesheets, it would often be convenient to be able to jump automatically from <xsl:call-template name="my-template"> to the place where the template is defined, <xsl:template name="my-template">
More generally, this might also be used to jump from a $variable reference to the <xsl:variable> or <xsl:param> definition, or from an <xsl:import> element to the imported stylesheet.
This would make it easier to find your way around large, complex stylesheets.
Lars
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (3)
-
George Cristian Bina
-
Lars Huttar
-
Sorin Ristache