You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have 2 key bindings configured:
alt+enter, which invokes lsp_symbol_definition command
ctrl+alt+enter, which invokes lsp_symbol_definition + side_by_side=True command
When I navigate my (Python) code by using the first method everything is fine, but when I use side_by_side=True LSP will successfully bring me (goto) to the code definition, opening a separate SEMI_TRANSIENT view, but when I'm in the SEMI_TRANSIENT view I can no longer use these 2 keybindings (aka lsp_symbol_definition command longer works). Basically lsp_symbol_definition + side_by_side=True command only works the first time.
Environment:
OS: Ubuntu 22.04
Sublime Text version: 4147
LSP version: 1.21.0
LSP-pyright version: 1.2.9
Language servers used: not sure
The text was updated successfully, but these errors were encountered:
Describe the bug
I have 2 key bindings configured:
alt+enter
, which invokeslsp_symbol_definition
commandctrl+alt+enter
, which invokeslsp_symbol_definition
+side_by_side=True
commandWhen I navigate my (Python) code by using the first method everything is fine, but when I use
side_by_side=True
LSP will successfully bring me (goto) to the code definition, opening a separateSEMI_TRANSIENT
view, but when I'm in theSEMI_TRANSIENT
view I can no longer use these 2 keybindings (akalsp_symbol_definition
command longer works). Basicallylsp_symbol_definition
+side_by_side=True
command only works the first time.Environment:
The text was updated successfully, but these errors were encountered: