I’m new to Javascript and Three.js and am working from this site and the book Learn Three.js. It’s a bit of a struggle but, I think, worth it when I can get over a big transition from other languages and development environments. The examples on the site are really impressive!
It would be very helpful if three.js documentation could be directly accessed from Sublime Text. Currently, I keep one window open to the Three.js documentation pages. In contrast, I recently did a little work using openFrameworks (C++) in Visual Studio. There the oF library could be integrated into a project so that you could highlight an openFrameworks method and cause its basic documentation to pop up in a small window.
I realize there are big differences between C++ and JS (compiled vs. “scanned”, etc.) but perhaps the Wizards of JS and Three.js can suggest something. Fingers crossed in hope.
Bob