openui5vscodeTypescriptTools icon indicating copy to clipboard operation
openui5vscodeTypescriptTools copied to clipboard

Add a command to convert dots to slashes

Open apazureck opened this issue 8 years ago • 0 comments

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.

apazureck avatar Dec 24 '16 12:12 apazureck