mbof / hxsync

MIT License
4 stars 0 forks source link

Validate YAML as you type #52

Open mbof opened 2 months ago

mbof commented 2 months ago

Currently errors are shown only on save. For things like max number of entries, it's not great. It may be interesting to do validation as the user types (debounced so that we let the user finish what they're typing and show findings somewhere next to the editor.

mbof commented 2 months ago

Also show diagnostics information such as the number of entries in the directory vs. total available (e.g. 95 / 100).