You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vscode-xml](https://github.com/redhat-developer/vscode-xml) provides several vscode commands which are available with `Ctrl+Shift+P`.
4
+
5
+

6
+
7
+
## Open XML Documentation
8
+
9
+
This command opens the `XML Documentation`
10
+
11
+
## Revalidate current XML file
12
+
13
+
This command re-triggers the [XML Validation](Validation.md#xml-validation) for the current file.
14
+
15
+
When the [Server Cache Path](Preferences.md#server-cache-path) is activated, the command removes the referenced XSD, DTD grammar from the local cache.
16
+
17
+
## Revalidate all open XML files
18
+
19
+
This command re-triggers the [XML Validation](Validation.md#xml-validation) for the all opened XML files.
20
+
21
+
When the [Server Cache Path](Preferences.md#server-cache-path) is activated, the command clear remote grammar cache and revalidate all opened files.
Copy file name to clipboardExpand all lines: docs/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ As [vscode-xml](https://github.com/redhat-developer/vscode-xml) consumes the [Le
9
9
*[XML Validation](Validation.md#xml-validation): How to validate XML with a grammar (XSD/DTD)?
10
10
*[Preferences](Preferences.md#preferences): More info on available [vscode-xml](https://github.com/redhat-developer/vscode-xml) preferences.
11
11
*[Formatting](Formatting.md#formatting): More info on the available formatting preferences.
12
+
*[XML Commands](Commands.md#commands): More info on the available XML vscode commands.
12
13
*[Troubleshooting](Troubleshooting.md#troubleshooting): Info on troubleshooting and fixes to issues.
0 commit comments