nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.35k stars 96 forks source link

bpy.ops. does not auto complete #94

Closed RidaAyed closed 2 years ago

RidaAyed commented 2 years ago

System Information

Expected behavior
Typing o after bpy. should autocomplete to bpy.ops

Description about the bug
Typing o after bpy. shows private attributes instead of ops. Furthermore: While bpy.ops does not auto complete, the completion starts working again after the non-working ops path e.g. bpy.ops.mesh.

Screenshots/Files [Optional]
GIFrecord_2022-01-02_122834

Additional comments [Optional]

nutti commented 2 years ago

I could not reproduce this. How did you install the fake-bpy-module? Also, I would like to know the version of fake-bpy-module.

RidaAyed commented 2 years ago

Installed using yay:

$ yay fake-bpy

aur/python-fake-bpy-module-2.93 20210701-1 (+0 0.00) (Installed)
  Fake Blender Python API module collection for the code completion.

Editor:

Emacs 0.300.0@27.2 (spacemacs)

nutti commented 2 years ago

Sorry, I'm not an Emacs user (I could check the VSCode only). I'm not sure that this issue comes from the differences between emacs and others.

nutti commented 2 years ago

We close this issue because this environment is beyond scope of supported environment. If there are same issues from other users, I will consider to tackle this issue.