Feature Request - Config file autocomplete
In VsCode, its very easy to discover what configuration is available without reading the documentation because
- There is a searchable GUI available
- The JSON file gets autosuggestions complete with documentation tooltips for each settings
Now I'd be perfectly fine with there being no GUI for the config, but I think to help people quickly create the experience they want in Oni2 (and therefore be more likely to stick around), config autosuggestions is a no-brainer.
Is this planned at all?
(PS. I am trying to search existing issues before I raise new ones now but I couldn't find this one anywhere...)
In VSCode, this is possible because the JSON contains a schema attribute. This is also used by coc-vim --- therefore, using coc you can get autocomplete in files like the Windows Terminal settings file as well.
this is possible because the JSON contains a schema attribute
@djsavvy No it doesn't. Here is an example of a more or less empty JSON preferences file that is still getting autocompletion.
