16,782 questions
5
votes
1
answer
112
views
VSCode terminal does not add a space after autocompletion
I just updated VSCode to the latest version (1.107.0)
and I noticed that the terminal now does not add a space when you autocomplete. For example, writing sour and hitting Tab would produce source ...
0
votes
0
answers
33
views
Tailwind Autocomplete Works Only in One Phoenix Project in VS Code
I recently joined my university’s CS group and started learning Tailwind using the Phoenix framework. To practice, I cloned a repository of an ongoing project. After a few days, I decided to create a ...
0
votes
0
answers
200
views
VS Code isn't autocompleting or underlining errors
VS Code quit highlighting errors in the editor. Furthermore, autocomplete isn't working. I don't know if its a related issue, however, IntelliSense keeps getting stuck in its initialization phase.
...
0
votes
0
answers
62
views
How do you autocomplete a C++ empty method implementation in VSCode?
In CLion, I can start typing the qualified name of a declared but unimplemented C++ class method from a header in the implementation file, and a context menu will pop up with suggestions. If I select ...
1
vote
1
answer
147
views
Autocomplete for nested vars imported from a library
I’m building a Google Apps Script library and I’d like to expose some constants as a nested object.
var CONFIG = {
LEVEL0: {
LEVEL1_A: 'A',
LEVEL1_B: 'B'
}
};
When I use this library in ...
0
votes
0
answers
38
views
Why doesn’t my MUI Joy extendTheme override the Autocomplete Popper inset style?
I’m trying to override the default styles of the Joy UI Autocomplete component using extendTheme. Specifically, I want to change the inset value of the dropdown Popper. However, my theme override does ...
2
votes
1
answer
79
views
Python autocomplete popup: double mouse selection
I am creating an autocomplete popup in Python using a Listbox which pops up. One can navigate by using arrows and using Enter to select or use the mouse to select an option. The arrow navigation is ...
0
votes
1
answer
245
views
What does the red/green arrows in autocompletion in IntelliJ/WebStorm etc. mean?
In IntelliJ or in this example WebStorm, it shows these icons next to the function or other code autocompletions:
You can see a green arrow pointing upwards on some items and a red one pointing ...
5
votes
2
answers
421
views
How to automatically insert parentheses () when autocompleting functions in Python using Positron IDE?
I am new to the Positron IDE and I'd like to automatically insert parentheses () when coding in Python. For example, when I type len and hit Enter to confirm, it does not automatically insert ...
2
votes
0
answers
67
views
Form not updated when Browser auto-fills saved email/password until user interaction [duplicate]
I have a login form in Angular 16 with FormGroup validation.
When I open the login page in Chrome, the browser auto-fills the saved email and password fields. The values are visible in the input ...
0
votes
0
answers
85
views
Autocomplete pdb and .venv
I have the following file 'test.py'
#!/usr/bin/env python3
if __name__ == '__main__':
test: str = "This is a test"
breakpoint()
print(test)
When executing this (no venv) auto-...
0
votes
1
answer
56
views
Flutter - AutoComplete - clear the input after selection
I am trying to use autoComplete, but after selection of value I cannot start with an empty filed and start from scratch with the next item. The TextEditingValue is not accessible in the onSelected ...
0
votes
1
answer
87
views
Enabling autocomplete in PyCharm Terminal
I am running PyCharm 2025.1.3.1, opening up a remotely-hosted project via JetBrains Gateway 2025.1.2, under macOS 15.5.
When I open the Terminal within PyCharm, the Tab key does not provide ...
0
votes
0
answers
42
views
Combine autocomplete and text search into single index definition
Suppose that I have the below simplified schema:
const Venue = new mongoose.Schema(
{
name: {
en: { type: String, required: true }, // English translation
fr: { type: String, ...
0
votes
0
answers
106
views
Python Click Shell Completion
i am currently trying to get a compiled python project which is using click 8.0.4 running with shell_completion.
My project contains multiple downstream scripts, which should support the ...
1
vote
1
answer
53
views
How to link the Autocomplete dropdown item to a subsection of same page without displaying full url name
I have created a dropdown list with the autocomplete feature.
The aim is to type the name of a list, select the name from the dropdown list, which would then take it to the url link of the section.
...
1
vote
0
answers
29
views
How do disable automatic closing tags in XML-DOC in Visual Studio
I'm programming C# in Visual Studio 2022. I often write XML-DOC. What is particularly annoying for me, is that when I write something like <item>, as soon as I enter the > visual studio adds ...
1
vote
0
answers
36
views
Autocomplete API not returning complete phrase in Azure AI Search
In the implementation of an autocomplete API, a schema has been defined as follows:
suggesters:
- name: abc,
searchMode: "analyzingInfixMatching",
source_fields:
- chunk_text/en
The ...
1
vote
0
answers
46
views
Is there a way how to inject text into the command at the z-shell autocompletion function's runtime?
Let's say, there is a program foo installed on the Linux machine. The zsh is set up as the user's shell. The foo is installed with a _foo autocompletion shell-function. Then, I wrote a wrapper script ...
1
vote
0
answers
67
views
VSCode (on a remote Ubuntu) not offering auto-complete suggestions for any C++ or Python file
I am running VSCode on my Windows 11 laptop as the client of a VSCode server on a Ubuntu 22.4 (Jammy) machine.
This is VScode 1.101.1 (user setup) and my remote Ubuntu has that version too.
I have a ...
3
votes
0
answers
131
views
Autocomplete works for current-password but not for new-password
I'm trying to replicate the following behavior; when changing your password (e.g. on this very site), Safari will suggest filling a New Strong Password:
According to MDN, adding autocomplete="...
0
votes
2
answers
89
views
How to show full autocomplete suggestions in JavaScript
The Ace editor demo shows how you can show autocomplete for JavaScript, like when writing document.querySelector.
I created the most simple demo using the latest version of ace on codepen since this ...
0
votes
0
answers
33
views
Equivalent of AutocompleteSupportFragment in Autocomplete (New)
There is a new Autocomplete API for presenting a Place Autocomplete widget to the user so that they can start typing a place name, with the places list updating dynamically:
I've successfully ...
0
votes
0
answers
51
views
Inline AI code completion (codeium) for .erb files not working
it seems like codeium (windsurf) doesn't suggest code completion in .html.erb files, i tried to add this to my settings to associate erb to html
"files.associations": {
"*.html.erb&...
1
vote
0
answers
52
views
Persian typing issue in PhpStorm - any fixes?
When I try to type Persian text in PhpStorm (I'm using the latest version as of this post), the behavior is quite inconsistent. Some of the problems I've noticed include:
Characters do not appear ...
1
vote
1
answer
64
views
VS Code autocompletion for "string" properties
I'm using Jupyter notebooks in VS Code to interact with Ansys Lumerical. It has a python API lumapi which allows to set geometry and parameters via python. An overview can be found here and some ...
1
vote
0
answers
93
views
How does VS Code suggest works?
E.g. using Golang I want to type os.Getwd().
To do it with suggestion I must start with os.G, e.g.: os.Gw or os.gd. I cannot type even os.etwd to get proper suggestion.
os.gw causes os.Getwd
os.wd not ...
2
votes
1
answer
166
views
gdb does not autocomplete with shell commands
After recently updating gdb from
GNU gdb (GDB) Red Hat Enterprise Linux 8.2-20.el8
to
GNU gdb (GDB) 16.3, gdb is not performing autocomplete specifically when running a shell command.
e.g.
(gdb) !ls
...
2
votes
1
answer
64
views
PowerShell Automation Choice Description has variants with same starting letters, how to add more unique letters?
PowerShell Automation Choice Description has variants with same starting letters, how to add more unique letters? or maybe is there any autocomplete functionality? (currently im on PSh 7.4 version)
[P]...
0
votes
1
answer
79
views
How to get full Intellisense/autocomplete for JS libraries in VSCode web editor
I'm programming a basic chatroom using the PeerJS library, and I would like to have autocomplete functional for that library. However, I am using the web version of VSCode because I am using a shared ...
-1
votes
1
answer
69
views
How to validate autocomplete suggestion for API request
I am using Placekit for the forward geocoding and so far it works good, but I have an issue with the autocomplete. When I click on the suggestion from the autocomplete dropdown, it does not use this ...
0
votes
1
answer
53
views
How to use textbox.AutoComplete after a specific character is typed in a Winform?
I have tried the two ways of doing this shown below, however the only time I get an autocomplete prompt is when the first character typed in the textbox matches the first character of one of the ...
0
votes
1
answer
68
views
Django Autocomplete reversed ForeignKey field
I have two models
models.py
class Group(models.Model):
name = models.CharField()
class Book(models.Model):
name = models.CharField()
group = models.ForeignKey(Group, on_delete=models....
0
votes
0
answers
70
views
Issue with Enabling jupyter_contrib_nbextensions in Pipenv Environment: ModuleNotFoundError for notebook.nbextensions
I am attempting to enable autocomplete features in my Jupyter Notebook, which is set up inside a pipenv virtual environment. For this, I tried installing the jupyter_contrib_nbextensions package using ...
0
votes
0
answers
76
views
configure autocomplete snippits in nvim for .hbs file
How do I configure autocomplete snippets for .hbs (Handlebars) files in Neovim using the NvChad framework?
I'm using Neovim with the NvChad configuration framework, and I want to enable autocomplete/...
2
votes
1
answer
65
views
Angular Autocomplete Shows Different Value When Option is Selected Twice
Background
I have an Angular component that renders an Angular Material Autocomplete field. The field has three options, and each option contains a name and an id. When an option is selected, it's ...
0
votes
0
answers
58
views
Yjw to use both auto-apply and text-input @vuepic/vue-datepicker
I try to use @vuepic/vue-datepicker with text-input and auto-apply in Nuxt3 project, but
when I add auto-apply the field is filled when I enter 1 digit, without waiting for the rest to be entered. How ...
0
votes
0
answers
65
views
Fix cell in google sheets for autocomplete to ignore? [duplicate]
I have a column with values (E) and a cell with another value (F12). I want to multiply both using autocomplete but I don't know how, since autocomplete is going to increase the value of F12 as well.
...
0
votes
1
answer
52
views
How can I autocomplete variable names in prompts in Cursor?
E.g., I have a variable name options. Then I write a prompt. How can I autocomplete the variable name in prompt in Cursor? (i.e., instead of typing options, I want to only type o then it'll ...
0
votes
0
answers
22
views
Chrome - DropDown Box for Lookup not Displaying List
My Sire Lookup stopped working in Chrome recently. It should display a list of sire names after typing 2 or more letters into the box.
I had this same issue last year but it was resolved by clearing ...
0
votes
0
answers
41
views
Clear Firefox overlays after SPA login
Firefox provides autocomplete and other warning overlays on my SPA login form. After a successful login the overlays remain hovering over the page content, requiring a user interaction to remove them. ...
0
votes
0
answers
62
views
How can I set auto-complete in a Formik Form built with a react-select component (TS)?
I'm currently using a Formik Form in which my Field is built with a Select component from react-select.
I've got something like this:
<Formik initialValues=[...]}
onSubmit={onSubmit}...
1
vote
1
answer
64
views
Flutter Autocomplete widget not working as expected
I am using flutter Autocomplete widget with an api. Expected behaviour is that whenever user types something I want to trigger an api call which in response gives me a list of option objects and show ...
0
votes
1
answer
203
views
Symfony UX Autocomplete - does not add new options after standard ajax call
I have two autocomplete fields.
class SignalementFormType extends AbstractType {
private EntityManagerInterface $em;
public function __construct(EntityManagerInterface $entityManager) {
$this-&...
0
votes
0
answers
137
views
Places API(NEW) not working, getting error This API project is not authorized to use this API. Places API error: ApiNotActivatedMapError
i created a new project added biilong account and assigned this project, i have enabled places api, maps javascript api, geocoding, route api. and created api key. when i call the place api i am ...
1
vote
1
answer
96
views
Is it possible to turn whole-word auto-complete on for C++?
When I open an Objective-C file in Visual Studio Intellisense is missing, so Visual Studio uses a simple whole-word text search as auto-complete.
Does anyone know if I can enable this when editing C++ ...
4
votes
1
answer
124
views
Algolia Autocomplete Select List Event
I am trying to use algolia autocomplete, the list appears fine but when we click on it, no event fires, the keyword scroll is also working but the section on the list is not.
https://jsfiddle.net/...
0
votes
1
answer
111
views
How to sanitize MUI autocomplete input? It doesn't update on keypress
What I have
I have a MUI Autocomplete component inside React.
Goal
I would like to sanitize the input typed into it so the user can't enter characters that wouldn't make sense anyway.
What I tried
I ...
2
votes
3
answers
2k
views
How to deactivate code completion by Copilot plugin in PyCharm
I deactivated everything in the Settings (I also disabled "Postfix Completion"):
Copilot is deactivated:
But I still have completion (I only wrote i => str1 index, and j => str2 ...
0
votes
0
answers
31
views
Generic AutoComplete erasing entire text on backspace
import TWTextField from "@/components/form-components/TWTextField/TWTextField";
import { Autocomplete } from "@mui/material";
import React from "react";
import { ...