如何让自动完成功能填写 full_methods 而不是仅填写 full

发布于 2024-11-07 06:13:40 字数 120 浏览 0 评论 0原文

我写了很多“like_this”方法。当我按“l”时自动完成我所提供的只是“喜欢”。有没有办法配置 VIM 给我“like_this”作为选项?

最诚挚的问候,

——杰克

I write a lot of methods "like_this". When I press "l< Tab >" to autocomplete all I am offered is "like". Is there a way to configure VIM to give me "like_this" as an option?

Kindest of Regards,

-- Jack

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有木有妳兜一样 2024-11-14 06:13:40

@Randy Morris 的评论值得探索,输入 setcompleteopt? 看看你有什么,然后 :helpcompleteopt 来探索你的选择。

但我认为这可能是因为你的 vim 默认将 _ 视为单词分隔符。输入 :set iskeyword? 来查看,我的输入是 iskeyword=@,48-57,_,192-255

输入 :help iskeyword 了解更多信息。

@Randy Morris's comment is worth exploring, type set completeopt? to see what you have then :help completeopt to explore your choices.

But I think that's probably because your vim considers _ as a word delimiter by default. Check it out by typing :set iskeyword?, mine says iskeyword=@,48-57,_,192-255.

Type :help iskeyword for more information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文