Questions tagged [content-assist]

Content or code assist are the (automatic) functions provided by IDEs that help a developer to write code more quickly and efficiently.

Content or code assist is a general term encompassing several functions found in IDEs to write code more quickly and efficiently. Most content assist functions look at the code that is currently being written or selected, and shows relevant information for adding new code and/or for understanding that code.

Examples of contents assist are:

288 questions
153
votes
8 answers

Eclipse: Enable autocomplete / content assist

How can I enable autocomplete in Eclipse? I can't find it!
john
  • 1,533
  • 2
  • 10
  • 4
93
votes
6 answers

Eclipse Intellisense?

How do I tell Eclipse to automatically make suggestions as I type? I'm looking for a Visual Studio Intellisense-like feature with Resharper. Currently I have to press CTRL+Space each time.
Ian Vink
  • 60,720
  • 99
  • 311
  • 535
41
votes
12 answers

Eclipse JavaScript Editor: content assist for js files, autocompletion

I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put a