20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.72k stars 741 forks source link

Tab complete methods and members? #461

Open kromond opened 6 years ago

kromond commented 6 years ago

Is there a way to set up Visual Studio to do completions for methods and members coming from this plugin?

rdeioris commented 6 years ago

Hi, there are a bunch of attempts with various approaches, afaik only @ikrima managed to build something for visual studio (the other attempts are for visual code, sublime, atom and pycharm)

ikrima commented 6 years ago

Call these two functions to generate stubs. Warning that generating stubs for every single uobject type brings vs intellisense to its knees

https://gist.github.com/ikrima/2c65ccbc1a185b57994eca99e0b638bf