Hi. It seems like there is a new editor. It looks more colorful and maybe has an improved syntax highlighting. But the autocompletion is gone completly and syntax errors are not indicated anymore. The editor is almost useless in this state. It all worked well in the past contests.
Also the shortcuts changed, e.g. I could delete a line with Ctrl-D, not it seems to be Ctrl-Shift-K. Can I change this somewhere?
About shortcuts: you can customize them: right click => open keyboard shortcuts (but this menu entry will move very soon in the settings on the left of the ide)
You just have to uncomment the ctrl+d part
About syntax checking and completion, our previous editor (ace) has such features for javascript by default
Our new editor (Monaco) has them as well but they were not enabled for the moment. Things may change in the near future.