Java,C,PHP的自动完成库? [英] Autocomplete libraries for Java, C, PHP?

查看:82
本文介绍了Java,C,PHP的自动完成库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我的文本编辑器构建一个开源自动完成插件,因为该插件还没有.我是否可以使用任何自动完成库,即某种包含Java,C,PHP等常用功能的数据文件?

I'm building an open-source autocomplete plugin for my text editor because it doesn't have one yet. Are there any autocomplete libraries I can use i.e. some sort of data file containing commonly used functions in Java, C, PHP etc?

我已经构建了插件,但是我特别不想遍历Java的所有文档并手写该插件将引用的实际库.我只是在寻找一个包含以下内容的文本文件:

I have the plugin built, but I don't particularly want to go through all of Java's documentation and hand-write the actual library that the plugin would reference. I'm just looking for a text file that contains something like:

字符串 双倍的 布尔值 贯彻 ..etc等等等

String double boolean implements ..etc etc etc...

我确定有人已经解决了这个问题.在某个地方是否包含一些简单的文本文件,其中包含我可以使用的常用功能/标记?

I'm sure someone has solved this problem before. Are there some simple text files somewhere containing common functions/tokens that I could use?

推荐答案

这并不是您要找的东西,但是ctags是您的第一个朋友.只是迈出第一步的第一步.

It's not exactly what you're looking for, but ctags is your first friend here. Just a quick first step to get you going.

这篇关于Java,C,PHP的自动完成库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆