I found this really nice tutorial and source code on making a Python text editor within Unreal Engine, including: 🎨Highlighting 📝Autocomplete suggestions 📚Jump to online documentation
It would serve as an amazing jumping-off point for adding support for any scripting language. https://minimaleffort.tech/unreal-python-custom-script-editor/
#UnrealEngine
Unreal Python – Custom Script Editor

It’s finally time for me to learn the python side of Unreal Engine, so naturally to get started I have to write a custom Python Script Editor…Honestly it baffles me that Epic haven&#821…

Minimal Effort Tech