Top "Code-completion" questions

Refers to an IDE or editor feature that attempts to predict what you will type next based on context, speeding up code entry.

IntelliJ Code Completion not working for new Java classes

IntelliJ IDEA 13 has started exhibiting a very weird behavior in my local setup. Namely, in any new Java class added …

java intellij-idea code-completion
NetBeans PHP code completion for own code

Recently I started using NetBeans 6.7 beta for PHP development instead of Textmate and MacGDBp. I am rather amazed with it's …

netbeans code-completion
How to get jQuery code completion to work in Sublime Text 2?

I am doing some light jQuery based Javascript programming with Sublime Text 2. Is there such a thing as code completion …

javascript sublimetext2 intellisense code-completion sublimecodeintel
Xcode code sense and cmd+click to symbol doesn't work for 1 of my projects

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 …

xcode xcode4 intellisense code-completion symbol-not-found
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 …

java css intellij-idea ide code-completion
IDEA: "Assign statement to new local variable"?

As a long time Eclipse user, I'm playing around a little bit with IntelliJ IDEA 10. I can't seem to find …

java eclipse intellij-idea code-completion
How to auto complete for loop in Android studio

I'm using Android studio and i'm trying to find a way to use a very common thing i used to …

android for-loop android-studio keyboard-shortcuts code-completion
Intellij Idea How to add interface implementation to classes?

For example I have many classes than implement my interface. After adding new method definition in the interface, how can …

intellij-idea editor code-completion automated-refactoring
Visual Studio Code bracket auto completion

This has been annoying me for a while. VSCode doesn't let me type a closing bracked or parenthesis or the …

visual-studio-code code-completion square-bracket
How does code completion work?

Lots of editors and IDEs have code completion. Some of them are very "intelligent" others are not really. I am …

algorithm autocomplete code-completion