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.

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 …

objective-c cocoa code-completion
Spyder does not autocomplete local variables

I'm having a problem getting my local variables autocompleted. This is a very basic functionality which I'm sure it should …

spyder code-completion
VS2013 intellisense code completion

First I thought it was a problem of VS2013 RC/beta but now I installed VS2013 RTM and still have …

visual-studio intellisense code-completion visual-studio-2013
How to turn on PHP auto-complete in Adobe-Brackets

I have installed Adobe-Brackets 0.41. And I installed following extensions : Integrated Development PHP Syntax Hint QuickDocsPHP But when I writing PHP …

php autocomplete code-completion adobe-brackets
Code snippets in PhpStorm

I use PhpStorm. I want to make snippets of code and then assign shortcuts to them. I can do it …

phpstorm code-snippets webstorm code-completion
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 …

python pycharm code-completion type-hinting
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 …

python visual-studio-code intellisense code-completion
How do I enabling jQuery code assist in Notepad++

I have recently downloaded Notepad++ and am at loss on how to enable code assist for JQuery/JQueryUI on it. …

jquery notepad++ code-completion
How to add documentation for my functions in Netbeans PHP?

I tried the following, /* * addRelationship * * Adds a relationship between two entities using the given relation type. * * @param fromKey the original …

php netbeans documentation-generation code-completion
Emacs code completion for C/C++?

Emacs wiki Xrefactory CEDET ? What can you recommend me ?

emacs code-completion