-
-
Notifications
You must be signed in to change notification settings - Fork 938
Closed
Description
Few ideas discussed offline with @ericdallo
Include the project path (like vscode)[breadcrumb] custom prefix + icons + docs #1901- Allow clicking on each node and browsing the current level (like vscode).
Allow going to each segment with a prefix e. g.[breadcrumb] custom prefix + icons + docs #1901C-3 M-x lsp-breadcrumb-open
will go to the third element in the breadcrumb (unique)- Allow going to each element via
avy
(unique) - We might also mark the elements with errors like vscode does. The same goes for folders as well. If we decide to implement that we should be careful with the performance.
- Implement some kind of strategy to make the paths shorter when it is more than a particular length. The priority should be symbol data, file name, project, path. (we start truncating from the path).
- Middle-click on file name should reset narrowing.
ericdallo, axelson and Cons-Cat