What about a C++ Language Plugin?
I am expecting someone will accomplish this mission. Then IDEA would be the most brilliant star among IDEs.
I even tried, but gave up at last. I believe a lot of people have the same dream as me that writing cpp with pleasure IDEA give us. :)
请先登录再写评论。
Judging from the lack of feeadback to you question, C++ plugin is not very much required by IntelliJ community:) Seriously I think the resources needed to implement even the basic IDEA-like functionality for C++ are so huge, that it won't be rewarded. Just a personal opinion though.
You are right. It is hard to write IDEs for such a complicated language. But I think it would be valuable and rewarded. I am willing to pay for it even!
Try KDevelop : http://www.kdevelop.org/
it looks at most like IntelliJ from all C/C++ IDEs :).
Ahmed.
Eclipse has one (and it is in pretty active development) must mean there is an audience for it:
http://www.eclipse.org/cdt/
Should be able to do the same for IntelliJ:
http://www.jetbrains.com/idea/plugins/developing_custom_language_plugins.html
And Netbeans has one too:
http://www.netbeans.org/products/cplusplus/
Ahmed.