Skip to content

Commit 3d2ba91

Browse files
committed
added 'inferred import' to feature list
1 parent cd3769e commit 3d2ba91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The XSLT/XPath extension for VSCode provides comprehensive language support for
1616
| **XSLT/XPath Processing** | VS Code Task Support for [Saxon](https://www.saxonica.com/documentation10/index.html) ([Java](https://adoptopenjdk.net/installation.html)) and [Saxon-JS](https://www.saxonica.com/saxon-js/documentation/index.html) ([NodeJS](https://nodejs.org/en/))
1717
| **Auto-Completion** | XSLT instructions, XPath functions/axis, XPath variables, XPath symbol names, Node names etc.
1818
| **Color Theme Support** | Tested with most popular color themes ([Semantic Highlighting]() must be enabled in settings)
19+
| **Inferred xsl:import** | When navigating from parent stylesheet to non-standalone stylesheet modules with missing `xsl:import`
1920
| **Code Folding** | Either uses indentation or `region` XML processing-instructions
2021
| **Snippets** | Set of snippets accessed via auto-completion
2122
| **Symbol Outline** | Tree-view of XSLT instructions and symbols (named templates, modes, variables, functions, accumulators etc.)

0 commit comments

Comments
 (0)