- Execute fsql (
F5
) - Convert fsql to sql and fill in parameters
- Execute groovy (
F5
) - Execute and Commit groovy (
Shift + F5
) - Import ImpEx (
F5
)
- Validate fsql syntax
- Autocompletion for hybris types, hybris type attributes
- fsql Formatter
- See the definition of a hybris type, an alias
- Auto fix actions for
1
as conditions instead of1 = 1
- GroovyFS
Please provide a connectable hybris before using the extension.
vscode-hybris-tools.hac.url
: The URL to the hybris HAC extension.vscode-hybris-tools.hac.username
: The username used for logging in the HAC.vscode-hybris-tools.hac.password
: The password used for logging in the HAC.vscode-hybris-tools.http.timeout
: The HTTP socket timeout.vscode-hybris-tools.http.useStrictSSL
: Use strict SSL.vscode-hybris-tools.offline.typeCodes
: The type codes for offline types autocompletion. e.g. ["OfflineType", "HelloWorld"]
The following is the default settings.
{
"vscode-hybris-tools.hac.url": "https://localhost:9012/hac",
"vscode-hybris-tools.hac.username": "admin",
"vscode-hybris-tools.hac.password": "nimda",
"vscode-hybris-tools.http.timeout": 10000,
"vscode-hybris-tools.http.useStrictSSL": false,
"vscode-hybris-tools.offline.typeCodes": [
"OfflineCode",
"HelloWorld"
],
// To have autocompletion in snippets, you need to have this false.
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first"
}
Calling out known issues can help limit users opening duplicate issues against your extension.
Please see ./CHANGELOG.md
.
Please see ./ROADMAP.md
.
Enjoy!