Auto import
#5272
-
How can I configure Coc.nvim to automatically import modules and component in Angular? |
Beta Was this translation helpful? Give feedback.
Answered by
chemzqm
Mar 10, 2025
Replies: 1 comment 1 reply
-
If you're using coc-tsserver, confirm completion might do auto import by addtional edits, see |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using coc-tsserver, confirm completion might do auto import by addtional edits, see
:h coc-completion
.Or there could be quick fix code actions to fix the missing import, see
:h coc-code-actions
There's no option to perform code actions automatically, you can create vim autocmd if you need.