Is your feature request related to a problem? Please describe.
Using sqls with helix is possible; but incomplete.
Describe the solution you'd like
Similarly to the individual editors plugins done for vim and others, to have more "specialized" support for Helix.
Or at least document what config options are available in order to be able to "hack in" support.
Here is what works:
- Tables and columns autocomplete (sometimes, line breaks seem to break it)
- Tables and columns hover (markdown tables rendering is currently broken, but that comes from helix: bug report)
Here is what doesn't seems to work:
- Keyword autocomplete
- Tables and columns autocomplete needs to often be brought up manually and are sometimes unable to work from a "blank start" (as in you need to start typing at least 1 character for it to work)
- Signature help
- Commands
Describe alternatives you've considered
Using the other SQL LSP, or switching editor; but neither option is a solution.
Additional context
I was not able to figure out why completion doesn't work; but the reason why commands do not seems to be that the commands are registered as code actions, instead of workspace commands.
Is your feature request related to a problem? Please describe.
Using
sqlswith helix is possible; but incomplete.Describe the solution you'd like
Similarly to the individual editors plugins done for vim and others, to have more "specialized" support for Helix.
Or at least document what config options are available in order to be able to "hack in" support.
Here is what works:
Here is what doesn't seems to work:
Describe alternatives you've considered
Using the other SQL LSP, or switching editor; but neither option is a solution.
Additional context
I was not able to figure out why completion doesn't work; but the reason why commands do not seems to be that the commands are registered as code actions, instead of workspace commands.