Open
Description
This would be a huge feature, and is unlikely to be time-effective in the near term.
The goal is for the user to somehow easily see when writing the code with their IDE what the available options are without having to reference the Platform Configurator.
In some fashion the Sauce API platform endpoint would need to be leveraged, possibly real-time, but more likely cached. The most obvious approach I can think of would be to have a job that periodically calls the platform endpoint, and caches the JSON, alerting devs if something is updated. Then another job runs a script against this cache to generate java/py/rb files that specify the methods or enums that are associated with valid settings.