-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sharable documentation on the fields and meanings #98
Comments
Yeah, we could add some more documentation on what the entire structs mean and what the PSP is doing with them overall. As for fields, there are docstrings on a lot of fields--and using |
nice, yeah. As much as I appreciate source, I'm not a native rust speaker, so making heads and tails of it is tricky for me. |
You can make it dump the schema via this program:
The result is a json schema (in json). You can use any JSON schema aware editor to edit your config files. I use IntelliJ IDEA. You can associate the schema in the editor at the bottom statusbar. If you use emacs, there is also https://emacs-lsp.github.io/lsp-mode/page/lsp-json/ . For vi, there is https://github.com/Quramy/vison . To be clear, you open up the config you already have in the editor and then you associate a schema with that file in the editor program. There's a program to generate the schema out of the box (and the entire flash editing), but it's in review. |
hanetzer asked:
The text was updated successfully, but these errors were encountered: