简体   繁体   中英

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!

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.

您可能会考虑尝试使用Visual Studio ShellEclipse提供平台来构建非常强大的IDE。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM