Quantcast
Channel: Active questions tagged code-completion - Stack Overflow
Browsing latest articles
Browse All 74 View Live

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 Article


Custom type hint annotation

I just wrote a simple @autowired decorator for Python that instantiate classes based on type annotations.To enable lazy initialization of the class, the package provides a lazy(type_annotation: (Type,...

View Article


How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

How to setup jQuery code completion with PyCharm and Django?

I love code completion and I want it to work everywhere.I tried to enable and disable JSHist and JSLint, to use explicit path to static libraries (without {{ STATIC_URL }}), enable and disable jQuery...

View Article


ElixirLS 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 Article

How 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 Article

Contextual awareness for Auto Completion using antlr4-c3 [SQL] [duplicate]

I am trying to write Auto-completion for SQL-Queries. I want to recommend contextual Tables.The query might be: Select from test with the caret being between select and from. I would like to only...

View Article


How 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 Article


Spyder not showing autocompletion for imported libraries

I'm experiencing an issue with Spyder where it's not providing autocompletion or suggestions for functions and methods from imported libraries like numpy and pandas. The autocompletion works fine for...

View Article

Visual studio, intellisense and custom compiler settings

Please excuse me if this question is inappropriate, I switched to windows together with my linux code which is based on c++11 so I have 2 options, to change the compiler or rewrite my code, I'm prety...

View Article

Image may be NSFW.
Clik here to view.

Force Qt Creator's Code_completion overwrites instead of inserts

could you please tell - is it possible to force Qt Creator's Code_completion to overwrite existing names instead of inserts new code in front of old text/code.Exactly the way how is done in Eclipse...

View Article

JSP 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


Xcode 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 Article

IntelliJ 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 Article


Is 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 Article

Is 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 Article


Python 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 Article

Image may be NSFW.
Clik here to view.

Visual 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 Article

Why 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Xcode 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 Article


Android 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

How to customize color scheme for completion popup

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 notitalicSettings > Editor > Color Scheme > General >...

View Article


How 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 Article

VS 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

Cnpack/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 Article

How 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 Article



Best 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 Article
Browsing latest articles
Browse All 74 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>