jwortmann

Results 216 comments of jwortmann

> Besides the fact that it's not doable right now, how would you see this implemented? As a global or per-server option? Do you think the current behavior should be...

I had an idea for a compromise (in theory); if there is already a session running in the window, then the semi-transient sheets would get attached to this session. But...

So.... here's a little rant, but please don't take it personally :) > which helps with navigating to next/previous one Navigating by location can be done with key bindings for...

> In VSCode (and maybe other editors) all servers have access to the whole editor configuration which means that one server can access configuration of another server and which is...

It could possibly be a server-specific configuration option whether to ignore trigger characters or not, but they probably shouldn't be ignored by default. For example the TexLab language server registers...

Ah, didn't think about that it is possible to disable all trigger characters via "diasabled_capabilities". > We have scope-based override already which is generally superior to just plain characters. >...

> Would it work to disable all trigger characters and move entirely to `auto_complete_selector` like LSP-json does? I guess it depends on scopes? That would work under the assumption that...

> > Btw, I just discovered that LSP's "inhibit_word_completions" setting, which is enabled by default, doesn't have any effect > > I think it doesn't have effect in exactly this...

Yeah, it seems that ST behaves different when completions are manually triggered, or due to the "auto_complete_triggers" setting. Apparently the flags from `on_query_completions` are ignored in that case. I guess...

From the next release there is a popup shown with the diagnostics from the line when you hover over a gutter icon. Maybe that will be a sufficient alternative?