Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
62 views

I'm going through Build your own shell, and I've got to the task of implementing command completion. A note suggests: We recommend using a library like readline for your implementation. Most modern ...
Enlico's user avatar
  • 30.3k
-1 votes
0 answers
134 views

Does the Dart language server support code completion for switch statement? I am asking about the Dart extension for VS Code. In the switch statement, I want to get a suggestion (autocompletion) for ...
mezoni's user avatar
  • 11.3k
0 votes
0 answers
79 views

Visual studio 2022 sometimes shows code suggestions like this. How do I trigger this suggestion (for example when I dismiss it)? I search in settings and shortcut but I couldn't find anything. I don't ...
rholek's user avatar
  • 340
2 votes
1 answer
338 views

Current behavior: GitHub Copilot console.log() suggestion: console.log('userId:', userId); Expected suggestion with desired custom formatting: console.log('userId: ', userId); Is there a way to ...
Gustavo Máximo's user avatar
0 votes
0 answers
81 views

Hi I have the following set up Android Studio Meerkat | 2024.3.1 Patch 2. I am having trouble selecting Inline Code suggestion. I am using Kotlin. For example when i type Spacer( , it gives me a bunch ...
Motty's user avatar
  • 1
1 vote
0 answers
58 views

In Android Studio's terminal, when I type commands, it suggests completions that I don’t use. For example, I frequently run yarn android, but it always suggests yarn android-info.txt, which I’ve never ...
Noob Saibot's user avatar
0 votes
0 answers
38 views

Is there a way to get code completion (Intellisense) to work for web components in VS Code? I'm currently using version 3.0.0-alpha.10 of the web components library, and I always encounter red line ...
Ankur Sharma's user avatar
0 votes
0 answers
30 views

I am using the "Operator Mono" font, and I set default text to be Italic. Everything is fine except the font of completion popups is not italic Settings > Editor > Color Scheme > ...
JunQiang Wang's user avatar
0 votes
1 answer
68 views

I have been following along the Android Basics with Compose projects on the Android Developer website but my code completion suddenly stopped working in every project that I have specifically in the ...
Sean O's user avatar
  • 1
0 votes
1 answer
214 views

When I want to use some system image I can't just remember them all, and I was hoping that new Xcode prediction will help here. But it does not know any even popular system images. Maybe I need to ...
Vladimir Moor's user avatar
0 votes
1 answer
245 views

Is there anyway of always showing the popup code completion alongside (AI) inline completion in PhpStorm/WebStorm? My default view looks like below, where the inline completion shows, but there's no ...
wanna_coder101's user avatar
2 votes
1 answer
272 views

I have installed nvim-lspconfig and nvim-cmp plugins for Neovim. A code completion with ccls works pretty well for .cpp and .hpp file extensions. I want to make code completion to also work with .tpp ...
Александр Алибеков's user avatar
1 vote
1 answer
72 views

I'm using PyCharm Community Edition 2024.2.4. Autocomplete function lists appear correctly except in the case where I have a static property returning an object instance. The static property syntax ...
greenback's user avatar
  • 1,635
1 vote
0 answers
238 views

My main IDE at work is Visual Studio 2022, but sometimes I use Android Studio or XCode. I've realized that the code completion and/or reference finding works much better in both Android Studio and ...
Viktor Sehr's user avatar
  • 13.2k
0 votes
0 answers
49 views

Frequently, VSCode garbles the syntax highlighting in my code: When this happens, other features like code completion also fail (e.g., it will not give me a context menu after I type a period after ...
LarrySnyder610's user avatar
1 vote
1 answer
154 views

I am creating an inline code completion plugin for vscode. I am using the InlineCompletionItemProvider to show the inline suggestions. However, I am making the call to generate suggestion even when an ...
Ayush Surana's user avatar
  • 1,936
0 votes
1 answer
87 views

I have a pretty basic vscode extension with a CompletionItemProvider. This works all well but when inside a string literal ("") the completion does not work anymore. I've found some older ...
Gistiv's user avatar
  • 167
0 votes
1 answer
37 views

I want to create a class that has the following structure: ClassName UpperLevel Element_A: val_1 = 'example' Element_B: Tuple(str, str) Element_C: Tuple(str, str)...
penfold1992's user avatar
0 votes
1 answer
530 views

Monaco Editor is very cool, but I've been beating my head against it for awhile, and the sparse documentation and uncommented examples they provide have not helped. Here's my situation. Like so many ...
nucleon's user avatar
  • 937
5 votes
1 answer
767 views

I have just upgraded to PyCharm 2023.3.3 community edition and am experiencing a weird issue that hasn't occurred before. System is Windows 10 64 bit, and this has worked fine on this machine before. ...
Sighonide's user avatar
  • 684
0 votes
2 answers
1k views

I have just installed latest version of andriod studio lguana. But it is missing the studio Bot an AI code companion. I have searched a lot but unable to find it. Preview of lguana more tools expanded ...
Fezan Muhammad Ali's user avatar
1 vote
1 answer
1k views

By default we use ⬇️ to select next code completion choice, and use Tab to apply that choice. For example, here if we press Down, it will highlight InternalError; if we press Tab, it will apply the ...
cnsky1103's user avatar
13 votes
4 answers
14k views

I would like to disable the AI code suggestions in PyCharm. I noticed them when I updated to PyCharm 2023.3.2. I looked up the PyCharm documentation on Code Completion but didn't find anything helpful....
Henerii's user avatar
  • 131
0 votes
1 answer
465 views

Version: Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.8.3 (windows 10) The Code editor Window behaves strangely, does not work at all. The same Solution / Project if open in my ...
marcoqf73's user avatar
  • 1,344
0 votes
1 answer
1k views

In VS Code, you can use CTRL + Space to trigger suggestion (at least that's what I use for Trigger Suggest command). The command will show the suggestion; e.g., using it on an object will show it's ...
sayang_android's user avatar
1 vote
1 answer
2k views

I am creating a VS Code extension in which I wish to implement the feature of showing the suggested code as ghost text which is inline on the text editor and the user may press Tab to confirm/add the ...
Tabish Javed's user avatar
0 votes
1 answer
818 views

For some reason not able to get import suggestions in PyCharm. It was working fine but suddenly all stopped working.
Lohith's user avatar
  • 954
0 votes
0 answers
67 views

Using WebStorm IDE. Quick Documentation (on hover) is showing old documentation for React version 16.8. Does anyone knows how to get this to show the latest version? Is there a setting I'm missing? ...
bencodesall's user avatar
1 vote
1 answer
367 views

JupyterLab reports version 4.0.5 JupyterLab Desktop reports version 4.0.5-1 I am using the default environment. I am using linux. By code completion, I do not mean using the tab button on the keyboard....
Andalusional's user avatar
1 vote
0 answers
601 views

I'm tryting to get stats of the inference time of different code-completion models on the HumanEval dataset. Since timing is a crucial part of this project, I don't want to time the model when it ...
Boyuan Chen's user avatar
2 votes
1 answer
2k views

I'm currently experiencing an issue with the ElixirLS extension in Visual Studio Code where the code completion feature is not working as expected. I've followed the recommended installation steps, ...
IvonaK's user avatar
  • 346
-1 votes
1 answer
728 views

I have included three images highlighting the issue I've encountered with code completion in Dataspell. The image below shows how an instance of Jupyter running in a browser deals with code completion....
Urizen's user avatar
  • 2,331
3 votes
1 answer
574 views

When I developing a Laravel, Inertia, and Svelte, CSS classes from node_modules somehow are included at my PhpStorm autocomplete. It's kinda annoying since I don't need them. Is there any ways to ...
Alvin Dimas's user avatar
-1 votes
1 answer
765 views

I have a react project using JavaScript files in which the Intellisense code completion suggestions are extremely slow when using Visual Studio Code in Windows 10. It takes 7 seconds to get a code ...
AAV's user avatar
  • 443
2 votes
0 answers
964 views

Is there any way to make VS Code suggest all dataframe column labels? From the above sample dataframe, I expect all the column labels (Country, Product, Price, Qty) is going to popup. But none show ...
user13617491's user avatar
4 votes
1 answer
3k views

When typing the prefix of a function name in VS Code, the IDE will provide suggestions to choose from. When using the clangd extension, if the suggestion is a function and the user selects it using ...
santongding's user avatar
1 vote
0 answers
166 views

I found that the code completion will not works well for function(block) for example , If I wrote a function, and the IDE will prompt for code completion And if i press tab for code completion , the ...
ximmyxiao's user avatar
  • 2,923
0 votes
1 answer
903 views

I was coding a new project to majorly update it to include cross compatibly however my IntelliSense went kinda werid it worked sometimes but other times not, here is an example: "Text". # it ...
user avatar
0 votes
1 answer
327 views

Using python in VS Code I was always able to press ctrl+space to get code suggestions, both for finishing arguments and for imports. For some reason now only code completion is shown, but no import ...
Tim van Tongeren's user avatar
2 votes
0 answers
283 views

Android Studio Android Studio doesn't show types when using code completion, but VSCode does. VSCode As we can see, VSCode show types when using code completion. Is there any settings in Android ...
Ivan's user avatar
  • 23
1 vote
1 answer
1k views

My folders are marked as source folders and all auto-completion settings are enabled. If I open the sub-projects individually (as the root) in IntelliJ, code completion works fine. However, when I ...
Rek's user avatar
  • 11
0 votes
0 answers
338 views

Lately I've been editing CSS files in PhpStorm a lot lately, and I've noticed that the CSS code completion is very slow. Suggested display time is about 2-5 seconds. I think PhpStorm scanned too many ...
Phan Vũ's user avatar
1 vote
1 answer
196 views

I want to use jQuery-like shorthands for the JavaScript methods querySelector and querySelectorAll. At least I've already managed that PhpStorm understands the return results on completion. However, I'...
Pinke Helga's user avatar
  • 6,772
6 votes
1 answer
680 views

In VSCode, when I type C# code like else, then I press Enter to go to the next line and type the { of the following block. But no new line is inserted. Instead, that autocomplete suggestions dropdown ...
ygoe's user avatar
  • 20.7k
2 votes
2 answers
315 views

Full extension source code is here. I have this config in my extension package.json: "contributes": { "configurationDefaults": { "[link]": { "editor....
Lance Pollard's user avatar
0 votes
1 answer
2k views

Today I first started programming with Kotlin in VScode. I installed the Kotlin plugin (which as I understood this plugin should provide autocomplete feature), but strangely when I start writing code, ...
cmd770's user avatar
  • 43
-1 votes
1 answer
83 views

I am new to ios development and studying SwiftUI. xCode shows more than 5 constructors of Button. AppCode shows only 2 constructors of Button. xCode (many constructors) AppCode (only 2 constructors) ...
wonpyohong's user avatar
0 votes
0 answers
40 views

What is the completion support in special files like launch.json powered by in VS Code? Is it only the JSON schema, or is there a more complex completion service behind it? I'm particularly interested ...
Maria Solano's user avatar
2 votes
1 answer
611 views

How do I assign a variable value as a type hint? I have attached a sample code for what I want to achieve: class Class1: var1 = 1 class Class2: var2 = 2 class BaseClass: def __init__(...
ans98's user avatar
  • 106
0 votes
0 answers
91 views

I have next code in the razor file <button type="button" @onclick="ButtonBtnClick">Button</button> Now I want to write code for ButtonBtnClick method but I can't ...
DmitryB's user avatar
  • 545

1
2 3 4 5
17