I wanted search popup when pressing ctrl+spacebar in text editor so I tweaked the script
Here is version where ctrl+spacebar show suggestions with search bar.:
https://www.dropbox.com/s/kiej5fg7qf0ig5h/intellisense_addon.py?dl=0
Oh, that's cool. I would like to update it, however 3 things:
- Add your name in the info and the shortcut info.
- The shortcut in the Python shell has been changed to Tab, when there isn't a bank space before the cursor. Could you update it to using that short cut?
- Also there should be an entry in the Edit menu.
I don't know if Mackraken still is in the Blender sphere, so i can ask him, but it would be great if this could be added to the official Blender.
yep, I changed the console back to ctrl+spacebar . This addon is for python developers, so they should be able to customize hotkey and settings. And yep, i removed the panel entry since I do not see myself using it ever. IMO, you can just take parts that you like. As for name: Jose Conseco.
Ok, I made a separate branch for it here: https://github.com/tin2tin/Intellisense_for_Blender_Text_Editor/tree/Ctrl%26Space Thank you.
If you need any other tools for the Blender Text Editor, we have collected some in the pfirst post of this thread: https://blenderartists.org/t/how-would-you-show-some-love-for-the-blender-text-editor/1163857