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, email programs, search engine interfaces, source code editors, database query tools, word processors, and command line interpreters.

16719 questions
3196
votes
102 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
  • 47,674
  • 18
  • 70
  • 86
967
votes
46 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
  • 70,219
  • 68
  • 205
  • 290
713
votes
69 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
  • 7,979
  • 5
  • 20
  • 21
618
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,306
  • 3
  • 14
  • 6
531
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
  • 49,743
  • 32
  • 103
  • 159
462
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,793
  • 5
  • 28
  • 18
333
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
  • 4,447
  • 2
  • 20
  • 17
265
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
  • 530,221
  • 131
  • 937
  • 1,214
240
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
  • 19,791
  • 12
  • 64
  • 80
235
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,359
  • 2
  • 12
  • 4
231
votes
11 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,722
  • 2
  • 15
  • 15
215
votes
15 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
  • 77,385
  • 46
  • 136
  • 148
191
votes
11 answers

Eclipse: Enable autocomplete / content assist

How can I enable autocomplete in Eclipse? I can't find it!
john
  • 1,921
  • 2
  • 12
  • 4
177
votes
20 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
  • 5,219
  • 5
  • 31
  • 54
168
votes
8 answers

Jenkinsfile syntax highlighting in Java project using IntelliJ IDEA

We already tried the approaches as listed below: https://github.com/oliverlockwood/jenkinsfile-idea-plugin https://st-g.de/2016/08/jenkins-pipeline-autocompletion-in-intellij After having searched the web for many hours on multiple days, we still…
rexford
  • 5,192
  • 5
  • 27
  • 40
1
2 3
99 100