Adding controls to class

Hi, take advice, please. I add camera or renderer or scene as properties, and they are displayed in these tips


But controls are not displayed. Additionally here an attachement as screenshot of import maps

Not sure if its relevant, but I usually use a different style of importmap for components (like controls):

"three/addons/","./node_modules/three/examples/jsm/"

then I import like:

import {OrbitControls} from "three/addons/controls/OrbitControls.js"

That way you only need the 2 importmap lines, and also gives a better path name to the parser so maybe it can pick up more information about the class.