Hi there!
I'm just getting started with Cesium and am really liking it! I downloaded it, got it to run on my server, and wrote some little snippets. That's all good and fun.
I think I would be faster though getting into it if I managed to get code completion etc working in Eclipse. Atm it seems to be dumb and unaware of the class structure etc (I'm also getting heaps of warnings and errors in the source folders).
I have been using Eclipse a lot for work with Java and Python, but this is my first time doing JS. I'm wondering what the correct way to set up a JS project in Eclipse is? What I did:
- Download and unzip Cesium_1.35
- Eclipse>File>New>JavaScript Project
- create project from existing source
Eclipse then analyses the project, and adds pretty much all folders to the project path:
Cesium/Source/*
Cesium/Apps/*
Cesium/ThirdParty/*
Cesium/Build/*
Cesium/Specs/*
I'm using:
Eclipse 4.6.3 (Neon)
JSDT 2.0.200
I googled for 'Cesium Eclipse', but the only thing I could find was people pointing to the following link, which doesn't seem to exist anymore:
https://github.com/AnalyticalGraphicsInc/cesium/wiki/Contributor's-Guide
Can anyone help me out to get all the smart goodness working?
Cheers,
Max