-
Notifications
You must be signed in to change notification settings - Fork 0
QS1_VisualStudioCode
maybites edited this page Sep 12, 2022
·
1 revision
This steps describe how to setup Visual Studio Code to use as a code completion editor for Quescript:
- Go to Extensions and install the XML Language Support by Red Hat
- Go to Manage (the cog in the lower left corner) > Settings > search for 'xml.fileAssociations'
- press 'edit in settings.json'
- copy paste into:
"xml.fileAssociations": [
"xml.fileAssociations": [
{
"pattern": "**/*.que",
"systemId": "${fileDirname}/quescript.xsd"
}
]
- Copy 'quescript.xsd' from this repository ~/misc/quescript.xsd to your folder with the quescripts.
- Open the quescript inside Visual Studio Code.
(c) by Martin Froehlich maybites