Hello, fellow Ignition users!
As my scripting library was growing I had the need for some source code management, so I turned to using an IDE for my scripts. After trying a couple (1) I settled with PyCharm.
Some of my Python scripts make use of the system.*
scripting functions, and for obvious reasons PyCharm was letting me know that those functions did not exist, so I came up with mock scripts for the system “package”, which I now release to all of you (probably) facing the same situation.
You will find the repository at Ignition mock scripts.
Feel free to download and/or collaborate, and let me know if you have some questions or suggestions.
Cheers!
1 Visual Studio Code, Eclipse + PyDev, and PyCharm