Skip to content

haseebahmed295/code-completer

Repository files navigation

Code Completer is an add-on that allows you to use blender console autocomplete in a text editor with a VSCode-style user interface and suggestions for each text input.

Basic Feature:

  • Auto imports modules in the script for code suggestion.
  • Auto Analyze code for intellisense
  • Customizable UI
  • Provide suggestion on each text input

Ui Update:


Usage:

Code Completion of modules:


Auto Analyze Lines of code for completion:

Note :Analysis of nested code is not supported yet

Quick Off toggle :

Toggle Auto Import :

Toggle Internal Attributes :

Credits:

Version:

v1.2:

  • Droped the need for python console window for completion
  • Auto Analyze the lines of code in editor for completion

v1.1:

  • Scrollbar support
  • Added ability to change text color
  • Toggle privates

v1.0:

  • First Release