Hi, I just started trying out CodeMix, and love the idea of using my favorite Java IDE with my favorite front-end development tool. Great move!
I just had a question about the setting “editor.autoIndent”. I’ve edited the file: ${user.home}/.codemix/settings.json, so it now looks like this:
{
“workbench.startupEditor”: “nothing”,
“window.restoreWindows”: “none”,
“editor.autoIndent”: true
}
…however, even after restarting Eclipse I can’t seem to get the code to auto indent whenever I copy and paste javascript, html, or xml code. Is there something I’m doing wrong, or is this setting just not supported yet?
I realize this is a technical preview, so things are still being rolled out. I just wanted to post a question in case there’s something I’m doing wrong.
Thanks!