-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
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
Wishlist #255
Comments
Feature: combine pickers #213 . I agree with @wbthomason , I think its really useful in cases where you want to combine things like
|
Enhancement: add additional parameter to determine the depth of a given cwd #176 . Useful when you want to set the cwd but you don't want to go further than 2 levels |
Idea: with |
documentation generator :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
A lot of the ideas here are relocated(prioritized?) existing issues. The ability to scroll through the search results is a frequent pain for me. I don't think fuzzy finders are intended to filter results down to 5-10 items; Often the choice is offscreen due to sorting, and knowing it exists momentarily via a page-down, is enough for me to make the descision to edit the query further or press "down" a couple of times, as I already know further refinement wouldn't be that useful. |
Yank history |
Yank history could be a wrapper around existing functionality in something like nvim-miniyank, but I personally don't think Telescope should do the legwork itself. What could be possible is a vim-peekaboo-a-like, showing the contents of registers and possibly a couple of actions you can perform on them. EDIT: registers finder now available via |
This comment has been minimized.
This comment has been minimized.
|
Allow to configure |
This comment has been minimized.
This comment has been minimized.
An autocommands finder would be practical:
semi-related to this:
|
A digraph picker. See |
A wrapper or choice to use FZF as the default for things like find files and grep. I'm loving Telescope, but fzf is still quite a bit faster in my experience ( or maybe just more async to not have perceived freezing on big directory searches). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
Feature Request
|
|
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I would also love an option where if you open a binary file that's not supposed to be opened in neovim like png/jpg/webp, it will use |
Snippet discover-ability: Using telescope to list available snippets and select one to expand (using completion source?) |
I think it would be really cool if telescope can use Since ueberzug spawns a child window, the previewer doesn't need to be a terminal, it can be a regular buffer. I found an interesting repo that does this. https://github.com/heapslip/vimage.nvim I don't know how hard it is to implement, it's just a random thought at 1 AM because I couldn't sleep 😆 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<CR> in :Telescope git_branches doesn't switch to the branch if it doesn't already exist in the output of eg. $ git branch
* my_branch
some_other
in nvim: :Telescope git_branches<CR> "select some branch that is not one of the two above and press CR
$ git branch
* my_branch
some_other
# nothing changed However if you pressed <cr> on some_other in the finder, it'd check out normally fzf-checkout.vim has two different actions - checkout to headless and checkout and track remote branch (enter and alt-enter respectively) |
Fuzzy search a programming language's function signatures and their doc strings. idk if this is in the realm of a language server but it would be a nice feature. |
Hey everybody, we are closing the wishlist because it became a nightmare to manage. So we ask that you check to see if your request has been fulfilled, if not, check to see if an issue already exists, and if that's not the case either, open one using the new feature request template. If you have questions about a telescope feature, you can reach us at gitter. We currently have many features and options undocumented and we are working on a way to generate vim documentation here #370. |
Here we can post ideas of features, improvement and new pickers.
Later we can further refine an idea and update progress on it or link it to a more detailed "enhancement/feature issue", or even reference the comment in a PR.
Try to leave discussions out of here, but if necessary or your have something in mind post it then mark your replies and mentions as out of scope to keep the Wishlist clean.
The text was updated successfully, but these errors were encountered: