Missing completions #652
Replies: 102 comments 41 replies
-
Support Kubectl I'm relying heavily on |
Beta Was this translation helpful? Give feedback.
-
Tab completion for Azure CLI From @robinhultman via #244 Describe the solution you'd like?I would love to have tab completion for the Azure CLI Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
Support MacPorts From @Gregory-Gelfond via #343 Describe the solution you'd like?Ideally we could have support for completions of `port` and `brew` provided by the [MacPorts](https://www.macports.org) and [HomeBrew](https://brew.sh) package management projects respectively. Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
Support for kubectx: |
Beta Was this translation helpful? Give feedback.
-
Figure 1 shows a screenshot in Kitty where I was able to list all the k8s CRDs starting with "po" using the "Tab" key. As shown in Figure 2, I can't do that in Warp, only “Postman” is listed (a folder in the current directory). I wonder if I got something wrong that caused such a difference and imperfection |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Vim / Neovim > cat /opt/homebrew/share/fish/completions/nvim.fish
complete -c nvim -w vim
# -> mostly the same 🤷🏼♂️ |
Beta Was this translation helpful? Give feedback.
-
Some of my completions are only working after I run For example, knative cli and azure cli each have this issue. Relevant .zshrc config for knative cli # Add zsh completions for `kn` (knati`ve` cli)
source <(kn completion zsh)
compdef _kn kn
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Should add support for these: |
Beta Was this translation helpful? Give feedback.
-
Hi, I would love to see 1Password CLI 2 tab completion. I use |
Beta Was this translation helpful? Give feedback.
-
I would love to see fuzzy auto-complete supported as it is a feature I use extensively in my shell and is my current dealbreaker for using Warp.dev. For example let's say there's a directory called "github.com" the command |
Beta Was this translation helpful? Give feedback.
-
With the default font (Hack), the history is displayed with the ↑ command, but with other fonts, the history display is blank. |
Beta Was this translation helpful? Give feedback.
-
The AI command search is fantastic, but I have a suggestion to possibly improve it. If I type "compile this project" in a Rust project folder (cargo), it tries to build a java program. If I type "compile this rust project" then it works. The AI could detect the existence of common project definition files (cargo, cmake, gradle, npm, yarn, maven, etc) and use it as a hint. |
Beta Was this translation helpful? Give feedback.
-
can choose a font but can not chose a regular one or a bond one , some font's bond is a disaster |
Beta Was this translation helpful? Give feedback.
-
Please add support for |
Beta Was this translation helpful? Give feedback.
-
Great work in releasing the Linux version today. It seems I can't cd into a folder that is a symlink. This is very unintuitive. Is this something that was done on purpose? an oversight, or something that has not been implemented yet? |
Beta Was this translation helpful? Give feedback.
-
Please add |
Beta Was this translation helpful? Give feedback.
-
If possible, add |
Beta Was this translation helpful? Give feedback.
-
It supports completions out of the box (of the commands you have defined in an individual directory) which they outline in their documentation - https://just.systems/man/en/shell-completion-scripts.html It works fine in zsh and iTerm2, I just can't get it to work with Warp since it seems like Warp doesn't support ZSH completions. |
Beta Was this translation helpful? Give feedback.
-
I wanted to mention that for example Tool: https://kubecm.cloud Works in iTerm2 like a charm |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the proper place...but a suggestion/request for If I type |
Beta Was this translation helpful? Give feedback.
-
I have this config. Maybe it can help u |
Beta Was this translation helpful? Give feedback.
-
I would like to request completions for chezmoi, which is a well-known dotfiles manager. |
Beta Was this translation helpful? Give feedback.
-
Gitub Tracking Issue: |
Beta Was this translation helpful? Give feedback.
-
Not sur if it's a local configuration problem or if it's not supported ... But as I enter But I can see on the docs that npm autocompletion should be fully covered ... It doesn't include npm scripts ? I wish it could hint me the list of the npm script in my package.json
(I'm on windows) |
Beta Was this translation helpful? Give feedback.
-
Hi, Could you please help me add the DDEV tool? |
Beta Was this translation helpful? Give feedback.
-
Any news on supporting Bun? It's pretty popular, I need this as use on most of my projects now. |
Beta Was this translation helpful? Give feedback.
-
The sad thing is, Warp is very slow on updating auto complete on tools we use. I need an option to do this myself to not wait for anything — either add own tool, or extend existing if Warp doesn't do that (like update Bun with the most recent features). And sync it with iCloud or account settings. Just do it please. |
Beta Was this translation helpful? Give feedback.
-
See #654
Beta Was this translation helpful? Give feedback.
All reactions