[Enhancement] Code completion hint for `Two.Renderer.setSize()` method
It's not really a bug, but I am not getting code completion (VSCode IntelliSense) when using Two.Renderer.setSize() method in TypeScript.
Renderer gets completion hint:

setSize doesn't:

and after writing the method, no documentation appears:

Hmm, those completion hints are incorrect. Renderers don't have settings or SketchSettings. I'll take a look into this and it should be easy to add the completion hints for methods and properties to the renderers. Thanks
thanks for the reply. those settings and SketchSetting are the what I defined, so no issues with them. 🙂
This patch should fix your issue: https://github.com/jonobr1/two.js/pull/684