将 VIMomnicomplete 用于带有 ctags 的 javascript

发布于 2024-08-25 15:56:37 字数 432 浏览 9 评论 0原文

我已经使用 vim/gvim 4 个月了,现在我找到了一种利用它的优势的方法。 我的标签文件生成得很好,其中有一个简单的行。

my.namespace.classname /path/to/file.js /^my.namespace.classname = function(first_arg,$/;" f

这是我需要全能完成的示例:

my.namespace.cla <- 全能列表my.namespace 中的所有类名

上面是我的问题的关键,因为它看起来像omnicomplete 只搜索名称空间,而不在其前面包含“my”,所以我看到omnicomplete 列表中的其他元素,而不是我的类名。但是

,如果我输入 :tag my.namespace.classname 例如 gvim 会在正确的位置打开正确的文件

,我该如何使其工作?

I am using vim/gvim for 4 months already and now I found a way to use it's strengths.
My tags file is generated very well and here is a simple row in it.

my.namespace.classname /path/to/file.js /^my.namespace.classname = function(first_arg,$/;" f

Here is an example what i need to omnicomplete:

my.namespace.cla <- omnicomplete list with all classnames in the my.namespace

The above is the key to my problem, because it looks like omnicomplete searches only namespace without including "my." in front of it. So i see other element in the omnicomplete list and not my classname at all.

However, if i type :tag my.namespace.classname for example gvim opens the correct file at the correct position.

What is wrong and how can I make it work?

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

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

发布评论

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

评论(1

最笨的告白 2024-09-01 15:56:37

我注意到很多全能技术还没有得到很好的发展。我使用了 phpomnicomplete,并且必须对其进行大量调整才能使其正常工作。我建议您下载 javascript 的omnicomplete。然后将其添加到您的插件目录中。然后对其进行编辑,直到它完成您想要的操作。

抱歉,我无法为您提供更多帮助 - 但至少您不会再得不到答复。

I've noticed that a lot of omnicomplete is not well developed. I've used the php omnicomplete and have had to go in and tweak a lot of it to get it working correctly. I recommend you download omnicomplete for javascript. Then add it to your plugins directory. Then make edits to it until it does what you want it to do.

Sorry I couldn't be of more help - but at least you won't go answerless any longer.

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