I am needing to make a program that can do syntax highlighting and the drop down autocomplete similar to visual studio. Id also like it to be able to collapse and expand code segments if possible.
I tried coding this before using rich text editor and using reg expressions to apply the coloring. This was very processor intensive and cause some lag with larger files. Then I thought maybe I was going about this entirely wrong.
So my question is
If you had to code a visual studio like program in VB.net or C#. How would you go about doing so?