code_autocomplete icon indicating copy to clipboard operation
code_autocomplete copied to clipboard

Auto Completion and more in Blenders text editor.

Results 13 code_autocomplete issues
Sort by recently updated
recently updated
newest added

![123](https://user-images.githubusercontent.com/84789900/136954792-cfa863e8-033b-4ff4-ae8b-b955990c3d5e.png)

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...