Skip to Content
Technical Articles
Author's profile photo Jacek Wozniczak

[VS Code] UI5 API reference in the side bar

This is my second extension ported from Brackets-UI5 into VS Code. It allows to search & display UI5 objects in the side bar. By design all information is displayed there, so not everything is exposed directly (but for example you can hover on a method parameter to see its type). You can also click on the name to open the original documentation in your default browser.

Filtering is possible, for example displaying only methods or properties, or only members with a given string:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Please check the extension page for more information:
https://marketplace.visualstudio.com/items?itemName=jacek-wozniczak.vscode-ui5-api-reference

PS. You may also check my second extension for OData mock files generation: https://marketplace.visualstudio.com/items?itemName=jacek-wozniczak.vscode-ui5-odata-mock-generator

Blog post: https://blogs.sap.com/2021/06/08/vs-code-enhanced-generation-of-mock-files-for-odata-services/

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Yuval Peery
      Yuval Peery

      Hi

      Thank you for the very useful extension

      As far as I can tell this extension works only online.

      How can I use this extension when running offline?

       

      Thank you very much

      Regards

      Yuval Peery