Hi
Any way I can configure VSCode to code my python scripts for Pixyz?
That is, how can I set it up to recognize the api? reference to algo, and scene for example.
Hi,
There is a tool to allow a better integration with your IDE: Pixyz / Products / Studio / ide-auto-completion · GitLab
I hope it will help
Hello @bjornsyse , hope you’re well.
Maybe those two documentation pages may help you as well:
Scripting with Pixyz
Personal IDE auto-completion
Thanks guys!
Do you get autocompletion though?
This .json file is really a workaround. It only provides a static snippet dictionary to get autocompletion. It won’t load any module in your env so warnings like this will continue to appear. If you want to get read of them you can put “from pxz import algo” between a try/except at the beginning of your script. Not ideal I know.