VimHax

Results 4 comments of VimHax

I have set the interpreter properly I believe. ![image](https://user-images.githubusercontent.com/45242122/178571833-ba65669c-9f74-47e8-9146-18a319499697.png) ![image](https://user-images.githubusercontent.com/45242122/178571928-f036f3fd-ed4c-4f4e-8be1-a4fc4935a9cf.png) And yes the code does run fine when I execute it. (Assuming that's what you meant by asking to check...

FYI, if I disable the Pylance extension on VSC I also get basic autocomplete. ![image](https://user-images.githubusercontent.com/45242122/178573085-cc1e20d8-3c59-4c0d-b44d-69b8026f549b.png)

FYI, BPY is a native Python module. When installing the module it added `bpy.so` and a folder named `3.2` to the `site-packages` folder located at `/usr/lib/python3.10/site-packages/`.

IMO, `process.nextTick` is not a widely known feature, so many may wonder why it's there at first glance, a more effective solution could just be putting the code inside a...