It would be nice to have code highlighting and autocompletion in the JS-Editor.
I am quite sure in our JS editors Syntax highlighting is provided already, by Codemirror, the same as we use for the HTML and CSS part.
Autocompletion is not an option as far I know, with that library.
I will ask the Developers, and if it's possible we will add this.
But I suspect it's not.
My JS-Editor looks like plain text (see screenshot). What can I do to get syntax highlighting?
Seems some other plugin is interfering.
Did you try this with no other plugin and a native WordPress Theme?
Please let me know what Plugin or Theme causes the issue if any.
As well, if it's a paid Software, a link to a Downloadable copy of it, in ZIP format, could help replicate the issue.
This sounds rather like a compatibility issue, not a feature that should be added (the highlighted part)
This sample code produces what you see in the ScreenShot:
var pi = 3.14;
var person = "John Doe";
var answer = 'Yes I am!';
document.getElementById("demo").innerHTML =
pi + "<br>" + person + "<br>" + answer;
Please let me know if you find a Plugin causing this.
If not, please add a copy of your site:
https://toolset.com/faq/provide-supporters-copy-site/
That will help me to replicate this and provide the solution.