ui5-language-assistant icon indicating copy to clipboard operation
ui5-language-assistant copied to clipboard

VSCode Extension and Editor Tooling for SAPUI5

Results 55 ui5-language-assistant issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

enhancement

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":...

enhancement

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.

enhancement