Questions tagged [completion]
refers to TAB completions (or other keystroke shortcuts) to selecting the target element from a list of many. Often useful for menus, navigations, searching, jumping, folding, and other forms of "narrowing" the list of available choices.
325 questions
1 vote
1 answer
29 views
bash completion in emacs shell-mode with cygwin
I'm running cygwin bash in shell mode in emacs, but I don't get any completions, is there a way to set it up?
3 votes
1 answer
101 views
Making cd and recentf consistent
The cd command like the shell command of the same name changes directory. recentf allows to remember file across emacs/OS restarts. Now cd uses the recentf history on M-p. But non-directory files ...
0 votes
0 answers
53 views
python shell complete not working
To reproduce, in an inferior-python shell, type "a=[0,1]; a[0].[tab]", here [tab] means the tab key, no completion. In a terminal, the above procedure will pop up a completion list. (python-...
0 votes
0 answers
130 views
Any package that provides edit prediction?
I've been having such idea for a long time, where instead of completion AI predicts the change you'd want to do. And recently Zed text editor announced exactly this feature. Feature is free only ...
1 vote
0 answers
51 views
make minibuffer-next-completion go downwards when completions format is vertical
This is a bit of a followup on https://emacs.stackexchange.com/a/27680/46612 and cycle through completions while showing completions buffer I have set the completions format to vertical: start emacs -...
0 votes
1 answer
338 views
How to customize the completion-styles after enabling fido-mode?
After enabling fido-mode, I find the completion-styles is set to "flex". It is useful in most cases. But what if I want to switch back to the "substring" style for one completing ...
0 votes
0 answers
24 views
Code completions in dap-debug-repl
I was wondering how I get the dap debug repl to perform code completions, say, for user defined variables and methods? GNU Emacs v29.4 Doom core v3.0.0-pre Doom modules v24.04.0-...
2 votes
2 answers
114 views
How to sort list of completions produced by eglot and company-mode?
I have eglot, company-mode, LSP (phpactor). It's working but list of completions is not sorted by string length which makes it almost unusable. Is there any way to sort list of completions from ...