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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ There are following change types:
105
105
106
106
- Add `pickers.colorschemes` picker. By @pkazmier, PR #1789.
107
107
108
+
- Add `workspace_symbol_live` live scope to `pickers.lsp` picker. This allows searching for LSP symbols in the workspace with live feedback. Relates to `workspace_symbol` scope similar to how `MiniPick.builtin.grep_live()` relates to `MiniPick.builtin.grep()`.
109
+
108
110
- Add `<C-e>` mapping for `pickers.history` picker to edit commands or searches in cmdline. By @TheLeoP, PR #1960.
0 commit comments