I develop API for one application. And you need to fasten the script engine so that you can call the API from the script. It is very desirable that the scripts contain autocompletion, syntax highlighting and debugging. I found this solution: http://www.codeproject.com/Articles/27744/Net-Script-Editor-C-Vb-net-Mini-IDE But it has a lot of bugs.

Can anyone suggest an alternative?

    1 answer 1

    I would advise Scintilla (on which Notepad ++ is built on) as an alternative, but as practice has shown, it is also buggy occasionally (at least in 2010 it was like this). Although, you can try it - the project is actively developing, errors could be corrected.

    Here is the project site: ScintillaNET , there is quite a bit of documentation, but from the examples (included), everything is clear.