We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given that keybindings have a command using the "side_by_side" arguments like this:
{ "command": "lsp_symbol_declaration", "keys": ["super+shift+e"], "context": [ {"key": "selector", "operator": "equal", "operand": "source"} ], "args": {"side_by_side": true} }
is causing LSP features NOT to work in opened split window. It affects all LSP servers, it's a general issue.
All LSP functionality should work normally when side_by_side is set to true.
Functionality is very limited in the split window.
4134
macOS 12.4
No response
The text was updated successfully, but these errors were encountered:
That sounds like an issue with the LSP package(s). I suggest filing an issue here: https://github.com/sublimelsp/LSP
Sorry, something went wrong.
The underlying core issue that makes it an issue for LSP is #2411 . I'll make a comment there.
No branches or pull requests
Description of the bug
Given that keybindings have a command using the "side_by_side" arguments like this:
is causing LSP features NOT to work in opened split window. It affects all LSP servers, it's a general issue.
Steps to reproduce
Expected behavior
All LSP functionality should work normally when side_by_side is set to true.
Actual behavior
Functionality is very limited in the split window.
Sublime Text build number
4134
Operating system & version
macOS 12.4
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: