Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [autocomplete]

A feature where a program proposes the user to complete a text input based on what the user started to type. Autocomplete proposes the most likely string input.

160 questions with no upvoted or accepted answers
7 votes
0 answers
849 views

Chrome: autocomplete domain first?

Firefox usually decides to be smart about this, and it actually works fairly well. Lets say you have a google search cached. In Firefox, you can start typing in the address bar and it will only ...
robhol's user avatar
  • 171
6 votes
1 answer
3k views

bash autocompletion is slow, freezing my desktop

sometimes when working with a custom kernel, pressing tab in the bash autocompletes at a horrible pace. It freezes the whole desktop. Then comes back after awhile. This is the only quirk that I've ...
user108754's user avatar
6 votes
3 answers
4k views

Firefox 57 Not Asking To Save Passwords (certain sites only)

According to this, https://stackoverflow.com/questions/3868299/is-autocomplete-off-compatible-with-all-modern-browsers/21348793#21348793, browsers ignore autocomplete="off" for login/password fields. ...
Brad's user avatar
  • 181
5 votes
0 answers
297 views

Visual Studio 2012 Intellisense choosing the wrong item

This minor annoyance has started to really irk me lately. When coding, Intellisense often selects the wrong item from the autocomplete menu. This behaviour is common, but not completely consistent. It'...
roryok's user avatar
  • 692
5 votes
1 answer
2k views

Can user-defined autocomplete keyword description in notepad++ span multiple lines?

I am creating an API auto-complete XML file for my user-defined language. Can the description text assigned to the keyword be displayed as multiple lines inside the auto-complete pop-up window? i.e. ...
MusicMan's user avatar
4 votes
0 answers
1k views

compgen on zsh returns a different result than on bash

I am trying to make bash completions work properly in zsh. I am aware of the need to load these in ~/.zshrc: autoload -Uz +X compinit && compinit autoload -Uz +X bashcompinit && ...
DannyB's user avatar
  • 161
4 votes
1 answer
2k views

zsh completion after installing/removing packages

How does zsh figure out currently installed packages on Debian, and how can I update that information? After running apt-get install, zsh won't autocomplete that package as a possible parameter for ...
Jayssoneer's user avatar
4 votes
2 answers
700 views

Opera doesn't show me addressbar content completion for all pages. Why?

When I type something in the address bar then I sometime see Opera offering pages which have the given word in the page text. This would be very useful if it worked all the time, but whenever I try it ...
Tom's user avatar
  • 2,087
4 votes
2 answers
1k views

zsh: Autocomplete ambigously only on second tab press

Currently, when I hit TAB, and there's more than one option to autocomplete, zsh will show all of them. If I hit TAB a second time, it will pick the first. I'd like to change this to: First TAB: Do ...
S. Robert James's user avatar
3 votes
0 answers
674 views

Google Search Autofill/complete Disable

Similar question here When typing in Google Search Bar (Chrome or google.com) the search bar will autocomplete based on previous searches (example below). I would like to disable this. For example: I ...
Anthony Rusignuolo's user avatar
3 votes
0 answers
92 views

How to use tab for text auto complete system wide?

Mac OS suggests completions of some text in some instances. A particular example would be when writing an email. The default way to choose the suggested text is to use the downward arrow to highlight ...
Omar Alamoudi's user avatar
3 votes
0 answers
366 views

How can I autocomplete file names with special characters in Powershell?

Say I am trying to replace files with placeholder files with the same name. If I have a file called "example.mp4" I can simply type in >Clear-Content e and tab complete from there, but if I have ...
Chris Hsu's user avatar
3 votes
0 answers
505 views

Chrome doesn't autocomplete URL to sites in history

A month ago I was looking at this site: . I remember I was looking for one husqarna product. Now when I type husq in the URL, it doesn't autocomplete anything and just tries to search it. Is there a ...
Adam's user avatar
  • 31
3 votes
2 answers
2k views

brew: bash completions broken on macOS

I am using following bash completions installed via brew: bash-completion and bash-completion@2. My .bashrc looks like: if [ -f /usr/local/share/bash-completion/bash_completion ]; then . /usr/local/...
Xolve's user avatar
  • 490
3 votes
0 answers
662 views

zsh: Autocomplete filenames if no other completion available

Many commands expect a filename as one of their arguments. When hitting tab in bash it autocompletes the filenames of the current directory by default. This is not the case in zsh (oh-my-zsh). How can ...
James's user avatar
  • 743

15 30 50 per page
1
2 3 4 5
11