I was importing three js this way:
import { WebGLRenderer } from 'three';
and the auto complete works fine (image 1).
But when I import from a cdn:
import { WebGLRenderer } from 'https://cdn.skypack.dev/three';
The auto complete doesnt works (image 2)
image 1:

image 2:
