PascalSenn / keyboard-quickfix

Fully manage quick fix by keyboard
31 stars 6 forks source link

add all missing imports in TypeScript does not work #9

Open donnyroufs opened 3 years ago

donnyroufs commented 3 years ago

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

cpakken commented 2 years ago

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

pokey commented 2 years ago

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

PascalSenn commented 2 years ago

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

donnyroufs commented 2 years ago

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

doesnt seem to be available for me yet

PascalSenn commented 2 years ago

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

donnyroufs commented 2 years ago

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