简体   繁体   中英

C# Code Editor Control for Windows forms application

I need a opensource C# CodeEditor control with below features:

  1. Syntax highlighting
  2. Intellisense
  3. Breakpoints
  4. Debug

I am developing a windows form application and in one of the form I am going to provide a RichTextBox control for the user to define the code. Here I want to replace the .net RichTextBox control with some CodeEditor control.

Any help would be appreciated. Thanks in advance.

您可以为此使用SharpDevelop的代码编辑器。

这是一个开放源代码的迷你IDE: .Net脚本编辑器(C#,Vb.net迷你ID)

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