用C / C通用code完成框架++ [英] General code completion framework written in C/C++

查看:122
本文介绍了用C / C通用code完成框架++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有写code完井工具用C / C ++ / C ++ 11的框架?
或者,也许是有一些库,允许Java或C code ++完成(也写在C ++?)。
我写的Java(不仅是Java的),在C ++中我的自定义IDE开发,我想code完成支持添加到它的最好的方式,无需重塑WEEL;)

Is there any framework written in C/C++/C++11 for writing code completion tools? Or maybe are there some libraries that allow code completion for Java or C++ (also written in C++?). I'm writing my custom IDE in C++ for Java (and not only Java) development and I want to add code completion support to it the best possible way, without reinventing the weel ;)

推荐答案

clang_complete是vim的插件用于精确完成C,C ++,Objective-C和Objective-C中++ code:的 https://github.com/Rip-Rip/clang_complete/
它采用铛 - 写在C ++做这项工作的一个开源C ++编译器。我想你可能会发现它很有用。

clang_complete is a plugin for vim for accurately completing C, C++, Objective-C and Objective-C++ code: https://github.com/Rip-Rip/clang_complete/ It uses clang - an open source C++ compiler written in C++ for doing the job. I guess you may find it useful.

这篇关于用C / C通用code完成框架++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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