code-d icon indicating copy to clipboard operation
code-d copied to clipboard

support dropping files into code field to insert `import("path")`

Open WebFreak001 opened this issue 3 years ago • 0 comments

New since https://code.visualstudio.com/updates/v1_70#_drop-into-editor-api

When dropping in files from a stringImportPaths folder, we could resolve the path to import the file and write down import("...") into the code.

Not sure yet about alternative functionality and what the default non-modified behavior is.

WebFreak001 avatar Aug 04 '22 18:08 WebFreak001