You can't officially but unofficially:
- open the configure file
- scroll down to the bottom
- find the line that says: gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto']
- replace it with: gyp_args += ['-f', 'eclipse'] (it's python,
indentation matters.)
- save and run ./configure
That will write a eclipse-cdt-settings.xml file to the top-level
directory or out/ that you can import. Good luck.