when new a ArrayList in Jetbrains IDEA , like:
new ArrayList<String>()
then write '.var' at last
new ArrayList<String>().var
then press Tab,IDEA automatic generate the local variable
ArrayList<String> strings = new ArrayList<>();
Question: if use neovim, is there any plugin for this scene? now i use Luasnip plugin and friendly-snippets plugin
Asked
Active
Viewed 21 times
0

wuhelang
- 1
- 1
-
Have you tried doing a search for "auto complete" or intellisense plugins? – Gavin Sep 01 '23 at 09:54
-
yes intellisense plugin – wuhelang Sep 02 '23 at 13:30