Andrei Kochemirovskii

Results 6 issues of Andrei Kochemirovskii

#### Your system information * Steam client version (build number or date): Build 7 Jun 2022 * Distribution (e.g. Ubuntu): Manjaro * Opted into Steam client beta?: [Yes/No] No *...

Big Picture

**Describe the bug** Given the following classes structure: ``` data class A ( @get:JsonUnwrapped(prefix = "prefix1.") val b: B ) data class B( @get:JsonUnwrapped(prefix = "prefix2.") val c: C )...

bug

### TL;DR Introducing of **ToggleTermFloatNext/ToggleTermFloatPrev** commands for the `float` terminals. Just switching to the next/previous terminal id from the list in a cycled manner. ### Motivation Since I usually use...

Since winbar is disabled for float terminal windows, I'm really missing information about the terminal. Will it make sense to have this status at the top of the float windows?...

# Description For builtin LSP actions, there is a parameter called `jump_type`, which allows choosing how `goto_reference` will be executed when only one entity is found in another file: "tab",...

# Description When calling LSP-Telescope functions (`lsp_definitions`, `lsp_references`, etc.), users may want to customize how the target buffer opens. Currently: - With multiple results, customization is possible using the get_selection_window...