tektronix / tm_devices

Test & Measurement Device Management
https://tm-devices.readthedocs.io
Apache License 2.0
48 stars 21 forks source link

[FEAT]: auto-complete for yaml/toml config files #314

Closed nfelt14 closed 2 weeks ago

nfelt14 commented 2 months ago

Description

It would be great if there were a way to provide users with auto-complete for the config files.

Additional Information

We could use either dc-schema · PyPI or Schema - Pydantic to generate a schema file to use to help users auto-complete in their yaml/toml files.

nfelt14 commented 2 weeks ago

Duplicates #338