言語サーバー

Eclipse では、HTML、CSS、JavaScript などの一部のファイルに対し、言語サーバーを使用してコード補完や構文エラー報告などのサポートを提供します。言語サーバーを使用するには、Eclipse が実行されているシステムの PATH に Node.js が登録されている必要があります。PATH に登録されていない場合、言語サーバーを使用するように構成された拡張子を持つファイルを初めて開いたときにエラーが報告されます。

Could not find node.js. This will result in editors missing key features.

Please make sure node.js is installed and that your PATH environment variable contains the location to the `node` executable.

このエラーを回避し、Eclipse で言語サーバーの全機能を使用するには、Node.js をシステムにインストールし、node.exe (Windows) または node (UNIX) のパスを PATH に登録する必要があります。