开发者

Autocomplete libraries for Java, C, PHP?

开发者 https://www.devze.com 2022-12-10 16:22 出处:网络
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 use

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?

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 referen开发者_Python百科ce. I'm just looking for a text file that contains something like:

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消