laosb / SvelteNova

Svelte language support for Panic's Nova Editor.
https://extensions.panic.com/extensions/sb.lao/sb.lao.svelte-nova/
MIT License
19 stars 3 forks source link

Expose language server options #15

Open yanismarkin opened 1 year ago

yanismarkin commented 1 year ago

Is there a way to disable this type of educational hover information?

Screenshot 2023-07-13 at 10 04 02 PM
laosb commented 1 year ago

This is provided by Svelte Language Server. It does have several options that might be worth to expose to Nova extension settings. Specifically, being able to turn off svelte.plugin.html.hover.enable will be helpful to you. I'll mark this as an enhancement to implement in the future.

yanismarkin commented 1 year ago

I see, thank you. I've noticed you have this input in Settings - it's not something that can help adjust Svelte Language Server setting in the meantime?

Screenshot 2023-07-15 at 5 51 36 PM
laosb commented 1 year ago

it's not something that can help adjust Svelte Language Server setting in the meantime?

It's not. It's for using a custom version of SLS, not for adjusting its behavior. I mean, technically you can modify default options in that SLS version to achieve that, but it's probably not worth the effort.