Hi all,
To catch “compile time” errors in python one has to rely on some kind of lint process. I’m using Visual Studio Code, but the lint extension doesn’t pick up any of the omni.ui, omni.kit, omni.usd, pxr, carb imports and so on.
So my question is, how do you get these working?
It drives me mad only hitting syntax and type errors at runtime rather than at “compile” (ie lint) time - i’m a c++ developer you see, so used to that sort of development “help”, and developing python with this runtime error catching is driving me mad!
Any help and/or advice would bve greatly appreciated please :)
- Simon.