halarus

Results 3 comments of halarus

I’m currently using a Quick Fix hack to make this happen, but is there any news on the proper implementation of this?

```vim function! ApplyImportQuickFixes() let l:currentCursorPosition = getcurpos() let l:addedImports = {} while 1 let l:quickfixes = CocAction('quickfixes') let l:importQuickfixes = filter(l:quickfixes, 'v:val.title =~ "^Import "') if len(l:importQuickfixes)

Can confirm, just happened to me. Any updates on this?