openui5vscodeTypescriptTools
openui5vscodeTypescriptTools copied to clipboard
Add a command to convert dots to slashes
To convert the namespaces in define to the namespaces for extend.
Example:
sap.ui.define([ 'sap/ui/core/mvc/Controller'
should be convertable to sap.ui.core.mvc.Controller
this should be put in the copy-paste feature so it can be pasted at the desired place.