Questions tagged [autocomplete]

Autocomplete is a UI feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

Autocomplete is a user interface feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

It is provided by many web browsers, e-mail programs, search engine interfaces, source code editors, database query tools, word processors, and command line interpreters.

15827 questions
2973
votes
89 answers

How do you disable browser autocomplete on web form field / input tags?

How do you disable autocomplete in the major browsers for a specific input (or form field)?
Brett Veenstra
  • 44,790
  • 17
  • 65
  • 84
747
votes
41 answers

Removing input background colour for Chrome autocomplete?

On a form I'm working on, Chrome is auto-filling the email and password fields. This is fine, however, Chrome changes the background colour to a pale yellow colour. The design I'm working on is using light text on a dark background, so this really…
DisgruntledGoat
  • 62,693
  • 62
  • 192
  • 281
619
votes
68 answers

Disabling Chrome Autofill

I have been running into issues with the chrome autofill behavior on several forms. The fields in the form all have very common and accurate names, such as "email", "name", or "password", and they also have autocomplete="off" set. The autocomplete…
templaedhel
  • 6,317
  • 3
  • 11
  • 5
562
votes
58 answers

Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (Version 21.0.1180.89). Despite both the input fields AND the form field having the autocomplete="off" attribute, Chrome insists on…
Mr Fett
  • 6,253
  • 4
  • 17
  • 19
527
votes
6 answers

jQuery autocomplete tagging plug-in like StackOverflow's input tags?

What solutions accomplish the same auto-completion that SO uses for entering tags? There are plugins that can handle one word but I haven't seen any that handle multiple words.
Joe Phillips
  • 44,686
  • 25
  • 93
  • 148
431
votes
35 answers

Disable browser 'Save Password' functionality

One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don't get me wrong, I'm all for doing everything possible to protect people's personal…
mattsmith321
  • 6,385
  • 5
  • 25
  • 18
290
votes
11 answers

Autocompletion in Vim

I'm having trouble with autocompletion. How can I get a code suggestion while I'm typing? I usually develop in PHP, Ruby, HTML, C and CSS.
diegocstn
  • 3,797
  • 2
  • 18
  • 16
259
votes
7 answers

Autocompletion in Vim

In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely replaces an IDE under Linux and while that's certainly true, it lacks one important feature: autocompletion. I know about…
Konrad Rudolph
  • 482,603
  • 120
  • 884
  • 1,141
219
votes
2 answers

How do I stop Notepad++ from showing autocomplete for all words in the file

I'm trying to use Notepad++ with the Progress programming language. I have installed the language definition in %APPDATA%\Roaming\Notepad++ as userDefineLang.xml and syntax highlighting is working correctly. I've put a file in the notepad++…
user3102964
  • 2,199
  • 2
  • 10
  • 4
215
votes
3 answers

Disable IntelliJ Starred (Package) Imports?

I'm a migrating Eclipse IDE user and am learning my way round IntelliJ IDEA 9. By default Eclipse IDE won't use a starred import until you import 99 classes from the same package, so it practically never happens. But IntelliJ IDEA seems only too…
Iain Samuel McLean Elder
  • 16,665
  • 10
  • 59
  • 76
211
votes
10 answers

How to limit google autocomplete results to City and Country only

I am using google autocomplete places javascript to return suggested results for my searchbox , what I need is to only show the city and the country related to the characters entered but google api will give a lot of general places results which I…
JohnTaa
  • 2,532
  • 2
  • 13
  • 15
205
votes
14 answers

How do I get bash completion to work with aliases?

Case in point: I'm a on mac with bash v3.2.17, I'm using git installed via macports with the bash_completion variant. When I type git checkout m. for example, I get it completed to master. However, I've got an alias to git checkout, gco. When…
kch
  • 71,135
  • 44
  • 128
  • 148
157
votes
18 answers

Homebrew’s `git` not using completion

When using OSX’s git, after I modify a file I can simply do git commit , and that’ll auto complete the file’s name to the one that was modified. However, if I install a newer version of git from homebrew and I use it, that feature no longer…
user137369
  • 4,260
  • 5
  • 25
  • 49
153
votes
8 answers

Eclipse: Enable autocomplete / content assist

How can I enable autocomplete in Eclipse? I can't find it!
john
  • 1,533
  • 2
  • 10
  • 4
143
votes
36 answers

Xcode 9 Autocomplete Not Working 100% - Partially Working

This morning, Xcode 9.0 (9A235) shows a new/strange Auto Complete box that is not at all what it used to be. How do I get the full auto-complete box so that autocomplete looks like how it usually does?
Ernie
  • 2,221
  • 2
  • 8
  • 12
1
2 3
99 100