SAP / ui5-language-assistant

VSCode Extension and Editor Tooling for SAPUI5
Apache License 2.0
53 stars 25 forks source link

Enable navigation to controller files #702

Closed MN-public closed 2 months ago

MN-public commented 3 months ago

Description

Implement navigation (Go To Defintion/F12/CTRL+Click) from XML views to controller files. Other syntax variations to support:

template:require="sap.ui.demo.walkthrough.controller.Helper"
core:require="{ MessageToast: 'sap/m/MessageToast', helper: 'sap/ui/demo/walkthrough/controller/Helper' }"

Out of Scope

Navigation to the files that are only available on runtime Searching over internet e.g https://ui5.sap.com/#/entity/sap.m.MessageToast

Notes

Also requested as part of https://github.com/SAP/ui5-language-assistant/issues/82

MN-public commented 2 months ago

Implemented and closed