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.

PHP IDE with best code completion?

Despite what some might say, I believe that code completion (aka Intellisense) is the second best invention when it comes …

php ide code-completion
Can't disable method parenthesis auto-complete in Eclipse

I'm trying to disable the automatic closing of brackets in Eclipse, and while I've mostly succeeded, I can't stop the …

eclipse autocomplete code-completion
Eclipse Kepler - PHP Code completion not working

Today i've downloaded Eclipse Kepler and i've noticed that PHP code completion is not working anymore. when i type the …

php eclipse project aptana code-completion
Android Studio basic auto completion shortcut not working

I have checked Preferences->Editor->Code completion. Basic code completion is turned on. Shortcut is ^Space. When I …

macos android-studio code-completion
Webstorm code completion does not show bootstrap classes

What do I have to change in my webstorm IDE that the bootstrap classes are recognized when I do: <…

twitter-bootstrap webstorm code-completion
Vim's autocomplete is excruciatingly slow

Most of the time the autocomplete feature in Vim works nicely for me, but sometimes it seems to be scanning …

vim autocomplete code-completion
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 …

intellij-idea code-completion
Vim code completion

Is it possible to make Vim complete the code for you, like in any other IDE (not just word searching, …

c++ vim code-completion
Ctrl+Space for omni and keyword completion in vim

I Want to use Ctrl+Space for omni-completion (and keyword completion if there is no omni-completion) in vim. I've tried …

vim code-completion
Delphi code completion performance

I have a few large (~600k lines of code) Delphi projects. They include some custom components which our team has …

delphi intellisense code-completion