openui5vscodeTypescriptTools
openui5vscodeTypescriptTools copied to clipboard
Tools for openui5 to enhance productivity using VS Code
make a setting to suppress that, if user does not want to check it
Show the output of an i18n label when hovering in the xml view
Check if there are multiple labels with the same tag
make labels sortable
Check in xml views if callback exists on controller. 1. Find out if set attribute is an event (maybe via ts compiler) 2. Check if it exists on class
Support the use of multiple i18n models and get the location from the manifest.json file
Autocomplete does not work properly on borders of elements, like at the end of an opening tag: ```xml | ^ Cursor Position ```
Provide autocomplete on method .byId("") by searching on the views connected to the current controller or the view.
It may be possible to figure out the type, if the user wrote an interface for a model (maybe there is the possibility to provide a Template Interface or class...