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