Skip to main content
Filter by
Sorted by
Tagged with
5 votes
1 answer
112 views

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 ...
thmasker's user avatar
  • 712
0 votes
0 answers
33 views

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 ...
EDRO's user avatar
  • 22
0 votes
0 answers
200 views

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. ...
Finn's user avatar
  • 35
0 votes
0 answers
62 views

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 ...
Ryan Farmer's user avatar
1 vote
1 answer
147 views

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 ...
kuba.jal's user avatar
0 votes
0 answers
38 views

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 ...
Cherge's user avatar
  • 1
2 votes
1 answer
79 views

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 ...
Daniel Louw's user avatar
0 votes
1 answer
245 views

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 ...
rugk's user avatar
  • 5,785
5 votes
2 answers
421 views

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 ...
Yang Yang's user avatar
  • 922
2 votes
0 answers
67 views

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 ...
Saba Katamadze's user avatar
0 votes
0 answers
85 views

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-...
Jorgensen's user avatar
0 votes
1 answer
56 views

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 ...
aknoefel's user avatar
  • 145
0 votes
1 answer
87 views

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 ...
Alex Reynolds's user avatar
0 votes
0 answers
42 views

Suppose that I have the below simplified schema: const Venue = new mongoose.Schema( { name: { en: { type: String, required: true }, // English translation fr: { type: String, ...
Sam's user avatar
  • 1
0 votes
0 answers
106 views

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 ...
bigMre's user avatar
  • 39
1 vote
1 answer
53 views

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. ...
David H.'s user avatar
1 vote
0 answers
29 views

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 ...
Martini Bianco's user avatar
1 vote
0 answers
36 views

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 ...
Rohini_Vaidya's user avatar
1 vote
0 answers
46 views

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 ...
Serge Roussak's user avatar
1 vote
0 answers
67 views

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 ...
Charles's user avatar
  • 1,329
3 votes
0 answers
131 views

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="...
Glorfindel's user avatar
  • 22.8k
0 votes
2 answers
89 views

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 ...
Jorre's user avatar
  • 17.6k
0 votes
0 answers
33 views

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 ...
drmrbrewer's user avatar
  • 13.5k
0 votes
0 answers
51 views

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&...
aymen mehrez's user avatar
1 vote
0 answers
52 views

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 ...
Ali Ranjbarzadeh's user avatar
1 vote
1 answer
64 views

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 ...
Koin toss's user avatar
1 vote
0 answers
93 views

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 ...
Moro's user avatar
  • 21
2 votes
1 answer
166 views

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 ...
John Demetros's user avatar
2 votes
1 answer
64 views

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]...
bafly's user avatar
  • 67
0 votes
1 answer
79 views

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 ...
Invincible_Atlas's user avatar
-1 votes
1 answer
69 views

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 ...
Han Solo's user avatar
0 votes
1 answer
53 views

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 ...
Bbb's user avatar
  • 721
0 votes
1 answer
68 views

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....
Nikolas's user avatar
  • 119
0 votes
0 answers
70 views

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 ...
Saurav Kokane's user avatar
0 votes
0 answers
76 views

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/...
Fire iest's user avatar
2 votes
1 answer
65 views

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 ...
newby73's user avatar
  • 215
0 votes
0 answers
58 views

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 ...
Zhn-nya's user avatar
  • 13
0 votes
0 answers
65 views

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. ...
Pernoctador's user avatar
0 votes
1 answer
52 views

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 ...
Franck Dernoncourt's user avatar
0 votes
0 answers
22 views

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 ...
Julie's user avatar
  • 1
0 votes
0 answers
41 views

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. ...
jpro's user avatar
  • 364
0 votes
0 answers
62 views

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}...
asimon's user avatar
  • 1
1 vote
1 answer
64 views

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 ...
Raveena Naik's user avatar
0 votes
1 answer
203 views

I have two autocomplete fields. class SignalementFormType extends AbstractType { private EntityManagerInterface $em; public function __construct(EntityManagerInterface $entityManager) { $this-&...
J.BizMai's user avatar
  • 2,804
0 votes
0 answers
137 views

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 ...
ruksana's user avatar
1 vote
1 answer
96 views

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++ ...
Viktor Sehr's user avatar
  • 13.2k
4 votes
1 answer
124 views

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/...
MZH's user avatar
  • 1,576
0 votes
1 answer
111 views

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 ...
totymedli's user avatar
  • 31.5k
2 votes
3 answers
2k views

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 ...
FluidMechanics Potential Flows's user avatar
0 votes
0 answers
31 views

import TWTextField from "@/components/form-components/TWTextField/TWTextField"; import { Autocomplete } from "@mui/material"; import React from "react"; import { ...
Roshan Ojha's user avatar

1
2 3 4 5
336