openui5vscodeTypescriptTools icon indicating copy to clipboard operation
openui5vscodeTypescriptTools copied to clipboard

Could not find corresponding controller

Open nair-sumesh opened this issue 5 years ago • 0 comments

My project contains '.' in the namespace. Eg, MY.PRJ.USER.MAIL The view "Detail.view.xml" is located in /webapp/view The Controller "Detail.controller.js" is included in /webapp/controller The first line in the xml file is <mvc:View controllerName="MY.PRJ.USER.MAIL.controller.Detail" ....>

However, the extension gives an error "Could not find corresponding controller".

How to resolve this issue.

nair-sumesh avatar Apr 20 '20 14:04 nair-sumesh