Skip to main content
0 votes
0 answers
25 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
188 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
60 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
145 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
34 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
76 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
229 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,786
5 votes
2 answers
405 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
80 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
51 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
79 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
41 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
96 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
50 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

15 30 50 per page
1
2 3 4 5
1120