Poul K. Sørensen
Poul K. Sørensen

Reputation: 17560

Online CodeEditor with Intelligence (C#)

A Google search results in CodeMirrow. I could not find a c# demo and not sure if it support intelligence (or if thats even possible).

Does anyone know any (browser code editor) projects that support Intelligence/auto-completion. Im looking for a project that i can use freely on my own site.

Upvotes: 5

Views: 8056

Answers (3)

Wulfbane
Wulfbane

Reputation: 196

What about ".NET jsFiddle" ???

http://dotnetfiddle.net

Upvotes: 8

Mahmoud Farahat
Mahmoud Farahat

Reputation: 5485

try this one (has autocomplete)

http://www.coderun.com/ide/

https://compilr.com (Not sure about autocomplete )

Upvotes: 0

fegemo
fegemo

Reputation: 2594

I think you should go with CodeMirror, which is the only that I know that has Auto Complete.

You can check a demo here: http://codemirror.net/demo/complete.html.

And it's open source and actively developed, so, you can always contribute with improvements: https://github.com/marijnh/CodeMirror.

Upvotes: 2

Related Questions