Import suggestions #331
Answered
by
antosha417
maxim092001
asked this question in
Q&A
-
Hi there! I was using IntelliJ for a long time and decided to get into nvim and metals, thanks for this guide! However, I didn't find any option to get suggestions for imports. Example in screenshots comparing with IntelliJ. Is there any option to do the same thing in metals? |
Beta Was this translation helpful? Give feedback.
Answered by
antosha417
Jan 30, 2022
Replies: 1 comment 2 replies
-
I use https://github.com/nvim-telescope/telescope.nvim for this. With this command: lua require"telescope.builtin".lsp_code_actions() |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
maxim092001
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use https://github.com/nvim-telescope/telescope.nvim for this. With this command:
lua require"telescope.builtin".lsp_code_actions()