code_autocomplete
code_autocomplete copied to clipboard
Auto Completion and more in Blenders text editor.

when will 2.92 alpha be supported?
By no means finished work on updating Code Autocomplete... but maybe a start?
It would be nice to support bge. I managed to have working version using the generated fake bge at https://blenderartists.org/forum/showthread.php?414680-Mock-BGE-Python-API-for-Autocomplete and modifying jedi_completion to take this fake package into account.
2.79 is in beta stage so not sure if useful. But here is the error. ```Traceback (most recent call last): File "C:\Users\pgolab\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\code_autocomplete\autocompletion\suggestions\generate_fake_bpy.py", line 28, in execute regenerate_fake_bpy() File "C:\Users\pgolab\AppData\Roaming\Blender...
The problem is that I can't create keymap items in this mode.
https://cgcookiemarkets.com/forums/topic/feature-request-prevent-autosave-when-file-on-disk-has-changed/
The documentation isn't quite clear on what code_autocomplete expects regarding Jedi. This is what it says: > When there is a error message Jedi library not found you have to...