

If you cant, there is most probably a plugin. You can find almost everything you need for development in P圜harm. Supporting autocompletion and documentation as a plugin for PaCharm (or other editors) is rather complex, because VRED uses a python wrapper around a non-python core. Using Plugins and External Tools in P圜harm. node_ptr = createNode(type, 'some_node')Īlso P圜harm should show you some documentation of the functions when you hover the functions.

When you put that in your script file you should have autocompletion of the functions that are in these particular modules. In order to use it you should be able to do something like this: from vrCamera import * With the plugin activated it should inject a fake VRED python module into your workspace that contains classes and functions of API v1. The plugin only supports API v1 functions and only about 70% of it. I'm sorry but the P圜harm Plugin is (of now) a rather experimental build and I just don't have the time to fix it properly.
#PLUGINS FOR PYCHARM CODE#
There is also a Visual Studio Code Extension for VRED Python API autocompletion. This extension is still under development and can be considered an early alpha release! If you find a bug or have feature requests, feel free to contact me!

#PLUGINS FOR PYCHARM INSTALL#
