How Do I Disable AI Code Suggestions in PyCharm?
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.
View ArticleHow to disable automatic double quotation marks in Visual Studio 2022
I used Visual Studio 2022 for some time now and it has a really annoying behaviour. When I enter a quotation mark ›"‹ before existing text, to wrap this text in quotation marks, Visual Studio instead...
View ArticleHow to enable code completion and suggestions in Android Studio for Node.js?
I'm using Android Studio as my integrated development environment (IDE) for a Flutter project that integrates with a Node.js backend. While coding in Android Studio, I've noticed that it doesn't...
View ArticleIntelliJ Idea 10: how to turn off auto-complete in .txt files
I've just upgraded to IntelliJ IDEA 10, and it has started doing something extremely annoying. While writing documentation in a .txt file it has started giving me word suggestions as I type. This is,...
View ArticleIs it possible to use Clang Code Completion instead of Intellisense in Visual...
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...
View ArticleIs there a way to disable or modify Xcode's code completion?
I have unchecked both "Show arguments in pop-up list" and "Insert argument placeholders for completions" in Xcode Code Sense preferences, but when I type "else" (for example) in the editor, Xcode still...
View ArticlePython static property autocomplete list not working in PyCharm
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...
View ArticleVisual Studio Code Intellisense is very slow - Is there anything I can do?
Edit: Pylance seems to be much better at this and has so far resolved all problems with the previous Python language server from Microsoft.I'm using VS Code and it's wonderful is all areas but code...
View ArticleWhy does code completion not work for ".tpp" file extension in Neovim?
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...
View ArticleHow to force PhpStorm to always show popup code completion alongside (AI)...
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...
View ArticleXcode predictive code completion not work with Image(systemName: )
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...
View ArticleAndroid Studio Code Completion not working in test folder in all projects
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...
View ArticleHow can I make the documentation pop-up on hover in PyCharm?
I would like to know how to configure PyCharm so that when I hover over an object or method I get a (formatted) pop-up containing the doc-string. How can I do this?
View ArticleHow to enable/provide a vscode CompletionItemProvider when inside string...
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 threads on...
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 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 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 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 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 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 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 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...
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 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 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 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 ArticleWhy 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 ArticleXcode project CMD-Click on symbol to 'Jump to Definition' does not work
I've been using Xcode 4.3.1 since it came out now and I've worked on many different projects since. Everything has always worked fine until this new project I'm working on.The code completion/code...
View ArticleJSP EL and autoCompletion
In my servlet:request.setAttribute("list", myList);In my JSP:<c:forEach var="item" items="${list}"> ${item.name} and ${item.address}</c:forEach>How do I get autocompletion for item.name and...
View Article