Questions tagged [code-completion]

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

Code completion is a form of used by s or code oriented editors showing possible completions to a partially written code.

Common elements in many implementations:

  • Related keyboard shortcuts to simplify usage (invocation, choice selection)
  • Flexible configuration to:
    • Enable/disable the feature
    • Change response time
    • Associated shortcuts

Example: Netbeans guide has a Smart Code Completion section with pictures that show a common way used to implement this feature.

802 questions
-1
votes
1 answer

PhpStorm doesn't recognize KernelBrowser getResponse functions

I'm working on a Symfony project and due to most stuff working better in PhpStorm, I decided to move over to using PhpStorm. If I'm writing PHPUnit tests, I use the following code a bunch of…
Joshua Bakker
  • 2,288
  • 3
  • 30
  • 63
-1
votes
1 answer

Delphi 10 Seattle - Enter gives more than entercode

I am quite new to Delphi 10 Seattle and suddenly I am getting some extra text everytime when pressing ENTER. This is very annoying... Anyone knows why this happens and how I can get back to a plain ENTER-code? When pressing ENTER it results in a…
Peter F
  • 29
  • 4
-1
votes
2 answers

Code completion in Netbeans IDE, or other

I have a bit specific question, but it is me bothering quite a while, so if you know answer, please help. In netbeans (I encountered this problem also in sublime text), that when I type " (double quote), the IDE automaticaly add next " and put the…
user_pruser
  • 422
  • 2
  • 13
-1
votes
1 answer

How exactly Eclipse Code-Completion works?? What Algorithm they are using?

Can Anyone tell me how the code completion(or code assist whatever is preferable) in Eclipse works?? I mean the tricks/algorithms/Data-Structures it is using.. Somewhere I found that "maybe" it uses Trie, but i want a definite answer, Can anyone…
-2
votes
1 answer

React Native code editor / IDE with intellisense/code-completion

React Native code editor/IDE with intellisense/code-completion? I have heard of WebStorm but it is not free. Anyone using one that is free and you would recommend it?
pixel
  • 9,653
  • 16
  • 82
  • 149
-2
votes
1 answer

Code completion of my classes in netbeans 8

How do I enable code completion for clases and methods I create in code for in netbeans 8. Thanks, Dion
dion
  • 47
  • 1
  • 5
-6
votes
1 answer

Is Intellisense possible with the appMobi XDK?

Is there a way to set up code-completion/intellisense against the appMobi XDK API, using either Visual Studio 2010 or Notepad++? Is Intellisense possible with the appMobi XDK?
Tim
  • 5,371
  • 3
  • 32
  • 41
1 2 3
53
54