This extension aims to improve the experience using UI5 with typescript.
This extension is not officially supported by SAP or the openUi5 team. It is currently in an alpha phase. Please report issues.
- Code snippets for generating views and controllers in typescript
- Generator for getting up-to-date typescript declarations for UI5 (customizable)
- Navigation between views and controllers
- Schemas for manifest.json
none
none
This section will help getting you started.
All snippets start with ui5ts:
.
To create a new xml view or controller just create your file at the desired position and type ui5ts.doc:
to get the suggestions.
- Navigation between controller and view may not work, if controller is used in multiple views.
- Problems getting the right controllers in large projects (multiple manifests)
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on OSX orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on OSX orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(OSX) to see a list of Markdown snippets
Enjoy!