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.

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, …

xcode settings customization code-completion
How to make IntelliJ IDEA's Auto Pop-Up Documentation appear every time?

In IntelliJ IDEA, if you type a variable and then hit the period "." button, you get a list of possible …

java autocomplete intellij-idea code-completion
Browser based IDE - Textarea with code completion available?

Recently I discovered it's possible to have syntax-highlighting in a <textarea> using JavaScript. Are there Open Source libraries …

javascript textarea code-completion
Hide external modules when importing a module (e.g. regarding code-completion)

I have several modules in one package (a kind of a toolkit), which I use in my projects. The structure …

python code-completion python-import
Has anyone found a good set of python plugins for vim -- specifically module completion?

I'm looking for a suite of plugins that can help me finally switch over to vim full-time. Right now I'm …

python vim code-completion
How to get VS 2010 to recognize certain CUDA functions

At the moment CUDA already recognizes a key CUDA C/C++ function such as cudaMalloc, cudaFree, cudaEventCreate, etc. It also …

visual-studio-2010 cuda intellisense keyword code-completion
VIM Semantic JavaScript completion with YouCompleteMe?

is there any way to get semantic javascript code completion in VIM? I've tried YouCompleteMe (YCM) and it gives me …

javascript vim code-completion
Auto code completion in VIM?

Can VIM do auto code completion like what Eclipse does? Usually I connect to my Linux developing server through Putty …

linux vim code-completion
Simple code completion sample in Roslyn

I'd like to get started with code completion in Roslyn but could not find any simple examples that show how …

c# code-completion roslyn
gccsense vs. clang_complete

I've been using omniCppComplete + ctags for a while, and want to make a further improvement on the code completion. According …

vim clang code-completion clang-complete