Is there any way to enable code completion for Perl in vim?

前端 未结 8 915
情歌与酒
情歌与酒 2021-02-01 04:07

Surprisingly as you get good at vim, you can code even faster than standard IDEs such as Eclipse. But one thing I really miss is code completion, especially for long variable na

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 05:05

    You should look at the SuperTab plugin: http://www.vim.org/scripts/script.php?script_id=1643 It let's you do completion (either the OmniCompletion or the regular completion) using tab and shift-tab instead of ^N and ^P.

提交回复
热议问题