I'm looking for a nice / customisable editor to put on a web page for editing scripts for a custom DSL. Ideally with syntax highlighting (and intellisense would be great! )
Anyone know of anything suitable?
Visual Studio Code. Visual Studio Code is a streamlined code editor by Microsoft, which supports development operations like debugging, version control, and task running. It is one of the most popular and reliable code editors for JavaScript.
The quick answer is yes. Atom has features such as auto-completion, fuzzy finder, and many others make writing code an easy job. These efficiency features are combined with the extensibility of the Atom.io platform make Atom a really compelling code editor option for JavaScript.
#1. Visual Studio. It is one of the best integrated development environments for JavaScript with many useful features.
Brackets is a great (basic) code editor I use Brackets for basic code editing in HTML, CSS, JavaScript (and jQuery), and PHP & MySQL. It is not the most advanced editor but is my …
For syntax highlighting, look at EditArea. Intellisense could be written as a plugin.
maybe you should have a look at codemirror:
http://codemirror.net/
it's "just" an editor-component and you will probably have to put some work into it. but it's easy to enhance and integrate it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With