autocomplete Questions

24

Solved

I'm currently running IntelliJ IDEA 13.1. While running IntelliJ 13 intellisense/autocomplete stopped working. I tried upgrading and it still doesn't work. I can explicitly invoke code completion ...
Septuor asked 19/3, 2014 at 21:31

8

Solved

Let's say I'm in my root directory, and I have a User folder that I can cd into. In my default Mac terminal, I can just type cd U + tab, and it autocompletes to cd Users/. How do I get this to work...
Some asked 2/7, 2017 at 1:17

2

I can't seem to find if there's a way to do it. I use VScode for writing markdown text. I love the intellisense/autocomplete which builds my word lists and helps me write faster. The one thing I w...
Boyle asked 7/4, 2020 at 15:38

20

Solved

I have implemented a jQuery UI Autocomplete box, and rather than being the width of the textbox, the dropdown options are expanding to fill the remaining width of the page. Have a look at this exa...
Cysteine asked 13/4, 2011 at 2:30

5

In JetBrains IDE's like PHPStorm this is a built-in feature. E.g. in the code below, editing the SQL inside the string would autocomplete as SQL and suggest table/column names from an active databa...
Rouleau asked 25/11, 2020 at 22:31

18

Solved

Recently I have come across an issue where I wanted to disable auto-complete in all browsers. Chrome has a new feature in settings where you can add a card number. And the requirement was to also ...
Brig asked 5/5, 2015 at 12:38

47

Solved

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 us...
Mihe asked 6/5, 2010 at 13:36

1

Solved

I'm building a UI for filtering products by category using a "nested" autocomplete component. I have a breadcrumb to show the currently selected categories and autocomplete to select a ca...
Wealth asked 18/3, 2024 at 12:24

6

Solved

I've recently learned that on linux, git can be setup to autocomplete commands: If you type git br<TAB> Then it will complete it to git branch. Can the same auto-completion be set up on Wi...
Plinth asked 24/6, 2011 at 7:15

6

Does Google provide API access to autocomplete for search like on the actual site? I have not been able to find anything. I would like to use Google's autocomplete logic for web search on my...
Existentialism asked 21/6, 2011 at 16:7

9

I need help to set text in searchBar of GMSAutocompleteViewController when open in my App. I am using GMSAutocompleteViewController in Google Place AutocompleteViewController.

12

Solved

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...
Transparency asked 26/11, 2011 at 22:12

104

Solved

How do you disable autocomplete in the major browsers for a specific input (or form field)?
Nicholasnichole asked 5/8, 2008 at 16:22

3

Solved

Is it possible to create a combobox that updates with the closest item in its list as you type into it? For example: A = ttk.Combobox() A['values'] = ['Chris', 'Jane', 'Ben', 'Megan'] Then you...
Dys asked 6/9, 2012 at 10:35

10

As it states in the title: how to I turn off brackets/quotes/curly braces autocompletion in MSVS? I'm interested in C# and XAML mostly but other text editors would be nice too. EDIT: Currently I'm...
Charity asked 15/6, 2012 at 17:52

7

Solved

I'm trying to add a google maps autocomplete input to my ionic app. It works pretty well except when I scroll. As shown on the image: So I tried different things like changing the position of .pac...
Transpolar asked 19/10, 2016 at 23:29

70

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...
Larch asked 11/9, 2012 at 16:54

5

Solved

I recently installed vim-go using pathogen, but the autocompletion feature is not working. If I am using it only shows commands I've already used. My .vimrc has filetype plugin on " Enable autoc...
Minton asked 7/6, 2014 at 19:38

1

I'm using AutocompleteInput from 'react-native-autocomplete-input'.I've multiple items and I'm presenting those items in card view. No in that card view, I need some TextInputs and autocomplete. No...
Biisk asked 21/9, 2023 at 6:6

20

Solved

I have successfuly implemented Google Maps Places V3 autocomplete feature on my input box as per http://web.archive.org/web/20120225114154/http://code.google.com:80/intl/sk-SK/apis/maps/documentati...
Jinajingle asked 23/10, 2011 at 9:54

4

I'm using GitHub—Copilot in a VS-Code environment. Given the autocompletion feature, I want to have the possibility to only accept line by line. For example: The autocomplete shows five lines on TA...

2

Solved

Is it possible to get command-line autocompletion of python -m package.subpackage.module? This is similar to, but not the same as, python ./package/subpackage/module.py, which does autocomplete t...
Ehrlich asked 12/11, 2018 at 20:13

3

Solved

I'm trying to create an edit box and I want it to be able to auto-append the text entered while typing. Text would be appended with "suggestions" from a text file. Let's say I have these ...
Ackley asked 28/3, 2011 at 22:1

5

Solved

Much like in ipython, is it possible in VScode to use tab to select options from intellisense instead of using arrow keys?
Christianity asked 4/1, 2018 at 14:36

3

Solved

How can I use auto-complete in Xcode like I can in Visual Studio and Eclipse? Specifically in VS and Eclipse auto-complete displays a list of choices... while Xcode just displays a single choice. ...
Opaline asked 5/6, 2009 at 4:54

© 2022 - 2025 — McMap. All rights reserved.