开发者

Open Source C# Syntax Editor with Intellisense [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recomme开发者_如何转开发nd or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

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..


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.


It is possible to host #Develop in your application,

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


Wpf Source Code Editor is an alternative for ScintillaNET


I used the SharpDevelop code to do this a while back. Another alternative might be to take a look at the code for MonoDevelop and see if you can pull out the part you need and reuse that. Technically MonoDevelop is a fork of SharpDevelop but its been a long time so they might be completely different now.


After considering all the options I decided to go for ScintillaNet, cause it is very easy to use.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜