keyboard-quickfix icon indicating copy to clipboard operation
keyboard-quickfix copied to clipboard

add all missing imports in TypeScript does not work

Open donnyroufs opened this issue 3 years ago • 6 comments

The extension does not seem to cover this particular use-case where when I want to import everything that's missing in the given file. Looks like there's no command being triggered on the background? Not getting any errors or warnings, nor do I see anything in my output log.

image

donnyroufs avatar Aug 14 '21 14:08 donnyroufs

quickfix seems to proxy all commands correctly to the menu, but can't execute many of the commands like "export to new file". For example when trying to execute "export to new file", there is a notification: image

image

cpakken avatar Dec 03 '21 23:12 cpakken

Yeah I'm getting "Could not apply refactoring" for "Extract to constant in enclosing scope"

pokey avatar Mar 16 '22 14:03 pokey

@donnyroufs @pokey @cpakken Checkout https://github.com/microsoft/vscode/issues/55111#issuecomment-1197426941

PascalSenn avatar Jul 29 '22 12:07 PascalSenn

@donnyroufs @pokey @cpakken Checkout microsoft/vscode#55111 (comment)

doesnt seem to be available for me yet

donnyroufs avatar Jul 29 '22 14:07 donnyroufs

@donnyroufs it's currently rolled out in the insider preview

PascalSenn avatar Jul 29 '22 15:07 PascalSenn

insider preview

ah, I thought that enabling experimental features was the same thing! Thanks for the heads up, this is gonna make my vim life more pleasant haha

donnyroufs avatar Jul 29 '22 15:07 donnyroufs