code-completion Questions

9

Solved

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-compl...
Contemporaneous asked 1/9, 2015 at 18:28

2

Solved

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> = { mo...
Kalinin asked 4/7, 2021 at 15:23

4

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 ...
Subcommittee asked 18/1, 2022 at 17:34

3

Solved

This has been annoying me for a while. VSCode doesn't let me type a closing bracked or parenthesis or the like ( ")", "]", "}") when there is already a closing symbol ...

5

Solved

As a long time Eclipse user, I'm playing around a little bit with IntelliJ IDEA 10. I can't seem to find out how to perform an "Assign statement to new local variable" code completion. Feature exp...
Humic asked 27/1, 2011 at 12:4

2

Solved

In Xcode 10 code completion, the text underlying the placeholder tokens has an extra #T# before it (to see that this is so, copy and paste the inserted code template into a different text editor): ...
Pollute asked 29/6, 2018 at 0:47

2

Solved

IntelliJ display Java code auto-completion suggestions in a drop-down menu after pressing CtrlSpace. All other IDEs manage to display the corresponding Javadoc if available. How to get IntelliJ to ...
Medium asked 4/10, 2018 at 22:6

23

Solved

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 cod...

4

When I create a new Java project and a class for it and try to use shortcuts like sout +tab, it just highlights sout in red and does not do the println shortcut. I checked my Live Templates setti...
Bearer asked 1/10, 2017 at 21:9

2

Solved

I am using Python 3.6 with PyCharm and it's kind of frustrating that there's no support for code completion for special cases of dictionary objects (with fixed key schema). Say for example I creat...
Hebbe asked 13/9, 2018 at 17:36

3

Solved

I am working with Python 3.4. When I use IDLE and start typing, e.g., my_main_folder = "C:/Us" in the editor window, and then press Ctrl + Space, IDLE offers me all subfolders of C:, and if I pr...
Rivera asked 20/2, 2017 at 15:34

10

Solved

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...
Grapery asked 24/4, 2012 at 21:52

4

Coming from the VisualStudio world to Eclipse! I have a question: I have created a File->New->Project->General Project and added a .htm file to it and went to its text editor mode. But it does not...
Cohla asked 25/11, 2011 at 18:2

2

In my main.rs I get code completion just fine. But I don't get it in my module files. My folder structure looks like this: src/ |___game_components/ | |___card.rs |___game_components.rs |___main.rs...
Heterography asked 10/7, 2022 at 11:2

4

I am using Ubuntu 14.04. I have installed OpenCV using Adrian Rosebrock's guide. I am also using PyCharm for programming python and opencv. My problem is that I can use code completion for cv2 modu...
Hooper asked 29/3, 2017 at 12:22

6

Solved

I have checked Preferences->Editor->Code completion. Basic code completion is turned on. Shortcut is ^Space. When I click [control]+[space], it is opening spotlight search instead of code completio...
Chemism asked 6/8, 2015 at 12:42

4

Solved

In NetBeans, it's Ctrl+K that activate the hippie completion. In Eclipse, it's Alt+/. What is it in IDEA? Edit: Hippie Completion is the kind of completion that doesn't require much information...
Magdalenemagdalenian asked 21/8, 2010 at 17:4

4

I'm using Android studio and i'm trying to find a way to use a very common thing i used to do in eclipse. when i'm writing (for example) a for loop, i'm writing the word "for" then i click on Ctrl+...
Aerotherapeutics asked 16/3, 2015 at 11:33

2

Solved

Default VS Code Intellisense behaviour User is presented with a menu of suggestions User then has to press the Up or Down arrow keys to navigate through the menu Finally user has to confirm with ...

8

Solved

What do I have to change in my webstorm IDE that the bootstrap classes are recognized when I do: <a class="btn btn-primary" /> At the moment I have always to re-check the class names by lo...
Numerous asked 13/7, 2014 at 19:59

2

In Vim, I love using: Ctrl+X, Ctrl+F to trigger code completion using local file names. Ctrl+X, Ctrl+L to trigger completion of full lines from open files. I'd like to have the same features in...

3

Solved

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?
Community asked 24/12, 2013 at 12:12

5

I've just updated Xcode to version 6.3. I'm working on a project in Swift with some imported Objective C code. I also use Cocoapods. I had the same issue with the Xcode 6.3 beta. I've seen and tri...
Rorke asked 11/4, 2015 at 15:26

3

Solved

I am using Laravel and PHPStorm. The auto completion works for all models, just not for the 'User', when I call it with Auth::user(). When I call the Auth::user() I get the right user object, but t...
Gabrielson asked 5/7, 2017 at 20:53

2

When using the vim plugin YouCompleteMe for C++ code completion I stumbled over an issue. Using nested template classes stops the completion to work properly. Consider the following example to rep...
Preparedness asked 15/8, 2014 at 11:45

© 2022 - 2025 — McMap. All rights reserved.