My Eclipse 2020-06 complained that it need node.js for some editor key features.
I installed node.js along with chocolatey and a lot of packages without any idea and I can't find any information about this on the web. Does anyone know something about this?
EDIT
I just found that my html style attribute has a color picker as below now. No clue if it is html editor feature added by node.js and curious that if I can configure (disable) it or not.
EDIT 2
I can't comment so I updated my findings here!
Just as howlger said, I also found there is "Angular language server" messages in my console window that is also discussed in another topic : Why are there multiple Angular language server tabs in my Eclipse console. I can just ignore it but some of my html with Thymeleaf template scripts reports error is really annoying me.
EDIT 3
Disable Angular Language Servers in Window > Preferences does not solve my issue in EDIT 2.
Another interesting situation is: Before I install node.js, my Eclipse editors LAG very often when I copy/paste or double click some text in the editor. It does not happen after node.js installation. Maybe finding node.js cause the LAG.