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
When using side_by_side: true option for commands that support it, if the command opens a quick panel with multiple items, the items open in the main view on changing selection and only on pressing Enter to select an item it opens in the side view. I suppose that it should also show previews in side view like native ST functionality does (for example shift+primary+f12).
Press F13 on some symbol that is referenced from multiple places
Expected behavior
Changing selection in quick panel should preview the file in a side by side view.
Environment (please complete the following information):
OS: macOS
Sublime Text version: 4134
The text was updated successfully, but these errors were encountered:
rchl
changed the title
side_by_side should also trigger preview in a side view
side_by_side should also show the preview in a side view view
Jun 28, 2022
rchl
changed the title
side_by_side should also show the preview in a side view view
side_by_side should preview files in a side view
Jun 28, 2022
Describe the bug
When using
side_by_side: true
option for commands that support it, if the command opens a quick panel with multiple items, the items open in the main view on changing selection and only on pressing Enter to select an item it opens in the side view. I suppose that it should also show previews in side view like native ST functionality does (for exampleshift+primary+f12
).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing selection in quick panel should preview the file in a side by side view.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: