-
## What would you like to see added?
the tab completion menu is hardcoded to output 10 entries. first should add configuration to adjust how many are shown, and should also display more entries if …
-
We should have auto completion for cloud name in `sky check`. e.g.:
```bash
$ sky check kube
# hit tab
$ sky check kubernetes
```
-
Currently there's a literal tab inserted. I have no clue how either the Emacs or the IEx side work - I'm gonna dig for a bit but will probably never finish so logging this so someone competent hopeful…
-
I have this piece of code having issue only with Vectors and not on regular struct. I have to note that this is working for both cases in one system, but no on the other. Have tried ":internal_debug" …
-
This seems to work, but binding some of these variables may not actually be necessary:
```diff
diff --git a/ement-room.el b/ement-room.el
index 0bd1b95..fd74e96 100644
--- a/ement-room.el
+++ b/e…
-
Description of issue:
When I upgrade from the 0.18.x release to the 0.19.x release the tab-completion of the table names in places like `select * from` no longer works with no errors shown.
Bac…
-
Is your feature related or already mentioned on [the wishlist](https://github.com/emacs-lsp/lsp-mode/discussions/2892)?
Describe your feature here.
When getting completion, I try to use only the…
-
Per @zivkan, there's some additional setup we need to do to configure direct use of feeds like we do in the completion scenarios for 'dotnet add package'. His comments below:
>Was this tested with a …
-
I am using Supermaven with Neovim and have configured it to use CMP for completion like this:
```
require("supermaven-nvim").setup({
color = {
suggestion_color = "#f38ba8",
cterm = 244,…
-
(As discussed in [#1178](https://github.com/The-Compiler/qutebrowser/pull/1178#issuecomment-165748934) with @apm256)
When using word hints (yes, it's my fault for introducing them) hints can become q…