Skip to content

Commit 7ee5442

Browse files
committed
wip start of import flatten
1 parent 8410ab3 commit 7ee5442

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/specialCommands.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ export default () => {
289289
await vscode.env.clipboard.writeText(text)
290290
})
291291

292+
// registerExtensionCommand('insertImportFlatten', () => {
293+
// // got -> default, got
294+
// type A = ts.Type
295+
// })
296+
292297
// registerExtensionCommand('pasteCodeWithImports', async () => {
293298
// const clipboard = await vscode.env.clipboard.readText()
294299
// const lines = clipboard.split('\n')

0 commit comments

Comments
 (0)