Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I am developing a small c\c++ code editor using .NET scintilla edit component.I want to add code completion feature for that. Is there any opensource C++ Code completion library available?

Thanks in Advance.
Posted
Comments
Richard MacCutchan 11-Jan-14 4:32am    
What do you mean by "code completion", and have you tried Google?

1 solution

I thinks open-source code-completion plugins for emacs/vim can be great references.
And I believe that writing the part yourself will be a better choice.It's not so hard u see.Parse and store the key words,and monitor on the user's input then fetch the most approximate one from the database..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900