vscode

class uetools.commands.project.vscode.VSCode[source]

Tweak your VSCode setting for this project to find python stub generated by Unreal Engine. This will enable you to get autocomplete for Unreal Engine classes and functions.

Notes

It tweaks both your project settings and your vs code settings.

name: str = 'vscode'
class Arguments[source]

Arguments(project: str = None, yes: bool = False)

project: str = None
yes: bool = False
static execute(args)[source]

Execute the command

static enable_python_editor(args)[source]

Modify your project settings to enable python scripting in your project

static add_stub_to_path(args)[source]

Modify vscode settings to add the python stub path to the autocomplete path.

uetools.commands.project.vscode.COMMANDS

alias of VSCode