ui5-language-assistant
ui5-language-assistant copied to clipboard
VSCode Extension and Editor Tooling for SAPUI5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [chevrotain](https://github.com/Chevrotain/chevrotain) from 7.0.1 to 11.0.3. Commits ac58066 chore(release): release v11.0.3 d50420d fix: columns position incorrect after lexer recovery 4cf1ac7 chore(release): release v11.0.2 c369955 chore: remove none relevant comment 948b8f3...
Issue with yarn flag https://github.com/microsoft/vscode-vsce/issues/432
Currently using UI5 language assistant as default formatter for `.xml` files with these VSCode settings enabled. ```json { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnPaste": true, "editor.formatOnType": false, // required "editor.formatOnSave": true, // optional...
If you do not have IDs for your UI5 components in the view, the UI5 Language Assistant allows you to generate IDs for the whole file. This occurs when "flexEnabled":...
Since this repo is already open source, it would be nice if this extension could be also published to [_Open VSX_](https://open-vsx.org/). This would benefit other IDEs such as SAP BAS...
Enable Go to definition (F12/CMD+Click) for annotations in building blocks to quickly check how they are defined.