Blaž Hrastnik

Results 557 comments of Blaž Hrastnik

You can implement it and send us a PR?

As previously mentioned, #9801 added support for snippet operations, but we don't support managing customs snippets in the editor itself, that needs to currently happen through a separate language server...

Reopened here https://github.com/smartcontractkit/chainlink/pull/14369

I remember we were dealing with a wezterm bug like that before, I think it depended on the order of the style data

Previously seen here: https://github.com/helix-editor/helix/pull/4061#issuecomment-1275407947

The VSCode config seems to be: ```json "[go]": { "editor.codeActionsOnSave": { "source.organizeImports": true } }, ``` `source.organizeImports` and now `source.sortImports` (https://code.visualstudio.com/updates/v1_57#_sort-imports-source-action) seem to be the standardized name for this behavior...

Agree, this is a major regression for Helix. We're going to stick to the older package version for the time being.

We've ended up forking the crate (https://github.com/helix-editor/helix/tree/master/helix-lsp-types) but we also plan to make some changes to the fork to better work with the editor internals.

See https://github.com/helix-editor/helix/pull/588

#41: no board files have been merged to ath10k in 2020 at all. I think @kvalo includes new files a few times per year. I was planning to bump that...