Why isn't Windsurf's autocomplete working in my IntelliJ IDEA 2024?
Just installed Windsurf in IDEA 2024 and enabled autocomplete. The Chat agent works fine (I'm in China, so probably not a full network block).But inline suggestions aren't appearing at all. Example: I...
View ArticleClangd code completion not working with IPP (TPP) files in VS Code
When I separate a template class definition into an HPP file and a IPP (TPP) file as suggested here, I cannot take advantage of the code completion feature offered by clangd. Is there a way to "inform"...
View ArticleHow do I use rustyline::Editor::set_helper to react to tab-completion requests?
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...
View ArticlePhpStorm AutoComplete code is not working
I'm using PhpStorm over 3 months and it's a good IDE. I do not know what I've clicked yesterday but since yesterday I have issue with code completion in CSS mainly.On the screen I have VS Code and...
View ArticleMake Enter insert a newline when the autocomplete word is fully typed
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...
View ArticleEnforce formatting inside GitHub Copilot code completion suggestions in...
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 configure...
View ArticleHow to trigger code completion in Visual Studio
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...
View ArticleEnforce formatting inside GitHub Copilot code completion suggestions in VS Code
Current behavior:GH Copilot console.log() suggestion:console.log('userId:', userId);Expected suggestion with desired custom formatting:console.log('userId: ', userId);Is there any way to configure...
View ArticleElixirLS Code Completion Not Working in Visual Studio Code Windows
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, but...
View ArticleHow to enable CSS editing in Intellij
I just switched to IntelliJ IDEA because I thought it would be great for developing JavaFX application.I must be doing something wrong because when I am editing a CSS file, there is no code-completion....
View ArticleHow can I tell PyCharm what type a parameter is expected to be?
When it comes to constructors, and assignments, and method calls, the PyCharm IDE is pretty good at analyzing my source code and figuring out what type each variable should be. I like it when it's...
View ArticleCerberus schema based linting and code completion [closed]
We have a Cerberus schema format that is used to validate .yml files in a GitHub action, using navikt/yaml-validator.Now we would like to push this further and use the Cerberus schema to fuel a VS Code...
View ArticleCode snippets in PhpStorm
I use PhpStorm. I want to make snippets of code and then assign shortcuts to them. I can do it in NetBeans, but in PhpStorm I don't know how to make them.For example, to add console.log(); in NetBeans,...
View ArticleVScode: Kotlin plugin autocomplete not working
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,...
View ArticleWhy does annotating this object with a Record type remove Intellisense?
I am creating a data-file that looks like this:interface ISprite { textureName: string, frame: Frame, origin: Vec2, zIndex?: number}export let sprites: Record<string, ISprite> = { monster: {...
View ArticleNot able to select Android Studio Inline Code Suggestion
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 of...
View ArticleBest way to define private methods for a class in Objective-C
I just started programming Objective-C and, having a background in Java, wonder how people writing Objective-C programs deal with private methods.I understand there may be several conventions and...
View ArticleHow to fix command auto-completion in Android Studio terminal to suggest the...
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...
View ArticleCnpack/CnWizard Code Completion not working in Delphi 10.4 Sydney
I want to share this for all those who cannot find why its not working.. Normally when you enter a Dot "." there should be a pop-up window as a code completion window but its like nothing ever happens...
View ArticleVS Code Intellisense and Error Highlighting for Web Components (3.0.0-alpha.10)
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...
View Article