Search code examples
.netintellisensesyntax-highlighting

Syntax highlighting component for .NET


I'm looking for a .NET component that free and include the following features:

  • Real-time syntax highlighting (HTML, VBScript,..)
  • Intellisense (I can build my own intellisense library)
  • Line number

I found ScintillaNET from

http://scintillanet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15804

but I wonder if there is a better component? Please help me, thanks!


Solution

  • You could also use ICSharpCode.TextEditor, which is the editing control used in SharpDevelop. I don't think it's available as a separate download, but you can get it with SharpDevelop.