Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source C# Syntax Editor with Intellisense [closed]

Can anyone please suggest me a good open source C# code editor control with syntax highlighting and intellisense to use in my application. I am not asking for any IDE like VS or #develop, I need only a winform code editor control so that I can use it in my application for scripting. Can you please suggest me a good one ...

I found ScintillaNET, but I want some other alternative..

like image 945
Anindya Chatterjee Avatar asked Jun 04 '10 12:06

Anindya Chatterjee


People also ask

Is C an open-source?

The C language is not a piece of software but a defined standard, so one wouldn't say that it's open-source, but rather that it's an open standard. There are a gazillion different compilers for C however, and many of those are indeed open-source.

Do you need Linux to code C?

You can already run C code because Linux systems include the GNU C library ( glibc ). To write and build it, all you need to do is install a compiler, open a text editor, and start coding.

Is Linux a C language?

Linux. Linux is also written mostly in C, with some parts in assembly. About 97 percent of the world's 500 most powerful supercomputers run the Linux kernel. It is also used in many personal computers.


2 Answers

Sounds like you want something like Avalon Edit:

http://www.codeproject.com/KB/edit/AvalonEdit.aspx

The editor for SharpDevelop, but its also a component you can download and use on your own stuff.

like image 193
Paul Avatar answered Sep 19 '22 07:09

Paul


It is possible to host #Develop in your application,

http://laputa.sharpdevelop.net/AnnouncingSharpDevelopForApplicationsSDA.aspx

like image 39
Lex Li Avatar answered Sep 22 '22 07:09

Lex Li