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.

0 votes
0 answers
236 views

Autocomplete text

Here's a doubt, there is a tool that has the autocomplete function (such as https://www.autohotkey.com/board/topic/60998-autocomplete-12/) with the addition that if I start to write another word and I ...
Elermain's user avatar
5 votes
1 answer
626 views

prevent PowerShell autocomplete from adding dot prefix

I understand why PowerShell requires that I prefix a command foo.exe with .\foo.exe when I run it. So if I am typing a command fo and hit Tab, autocomplete changes what I typed to .\foo.exe. I can ...
Garret Wilson's user avatar
5 votes
3 answers
14k views

NeoVim coc.nvim enter key doesn't work to autocomplete

Recently I rewrote my NeoVim config file from vim script to lua and everything is working fine, but I have one issue. When I'm using coc.nvim for autocompletion and I select something, hit enter, ...
jihndoc's user avatar
  • 51
0 votes
1 answer
57 views

How can I increase the number of words suggested by the text prediction feature in Windows 10?

I use the text prediction feature in Windows 10: How can I increase number of words suggested by the text prediction feature in Windows 10?
Franck Dernoncourt's user avatar
0 votes
0 answers
1k views

How can I add custom words to the suggested list in the text prediction feature in Windows 10?

I use the text prediction feature in Windows 10: How can I add custom words to the suggested list?
Franck Dernoncourt's user avatar
0 votes
1 answer
53 views

How can I use Dragon Professional Individual along with Windows 10's text prediction feature?

I use the text prediction feature in Windows 10: It seems to prevent Dragon Professional Individual 15.6 from transcribing my speech into the current field. How can I use Dragon Professional ...
Franck Dernoncourt's user avatar
2 votes
0 answers
254 views

How can I efficiently select a text prediction given by Windows' text suggestions feature?

I currently select a text prediction given by Windows' text suggestions feature via the mouse, or with the arrow key followed by ENTER. This is very inefficient. How can I efficiently (= by pressing ...
Franck Dernoncourt's user avatar
4 votes
2 answers
324 views

Disable/remove “Switch to This Tab” suggestions in Chrome/Brave omnibar?

It annoys me that when I type in the omnibar for Brave or Chrome, that among my suggested automatic completions are catfish results that upon selection change my tab. Is there any way, such as by ...
2540625's user avatar
  • 425
1 vote
0 answers
200 views

How to get Visual Studio like IntelliSense completion in Visual Studio Code?

Let's say I am typing import matplotlib.pyplot. In Visual Studio, if I press space once the dropdown appears, it autocompletes the pyplot part and inserts a space after. Or when the name of a function ...
Yashbhatt's user avatar
  • 121
0 votes
0 answers
808 views

Poetry completion is not working in macOS Monterey

On a pristine macOS I followed the steps listed here ending with a .zshrc file like this: export PATH="/Users/canciobello/Library/Python/3.9/bin:$PATH" fpath+=~/.zfunc compinit The zsh ...
Frank's user avatar
  • 1
0 votes
1 answer
350 views

How does one auto-complete forms in Microsoft Edge in Microsoft 10 21H2?

How does one auto-complete forms in Microsoft Edge in Microsoft 10 21H2? When I click on an auto-completion entry, nothing happens: Using Edge Version 99.0.1150.46 (Official build) (64-bit). Auto-...
Franck Dernoncourt'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
1 vote
1 answer
3k views

Pressing Tab Key in Terminal Enters a Space Instead of Triggering Autocomplete

First time asking on this site, please let me know if I can improve the question :) I'm helping a student configure her mac development environment. We've got zsh setup, which I believe should come ...
Brooklin Myers's user avatar
0 votes
1 answer
218 views

Using git completion inside function

I use ZSH and have git completions working, provided by brew install git (installed to /opt/homebrew/share/zsh/site-functions). If I git commit [TAB], it will autocomplete paths which have been ...
user137369's user avatar
  • 1,071
0 votes
0 answers
74 views

Windows PowerShell keeps autocompleting with the SendTo folder in the home directory

I'm using PowerShell on Windows 10. When I type ls in my home folder, the only folder that starts with an s is a folder called source. When I type cd s and then press the tab key, PowerShell ...
Aaron Franke's user avatar
  • 1,263

15 30 50 per page
1 2
3
4 5
38