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

learn more… | top users | synonyms

0
votes
1answer
22 views

Eclipse | Using content assist on findViewById error

Whenever I try to use content assist on findViewById(), the code doesn't get completed. It just stays the same as it was. When I look at the error log, it shows this: Unhandled event loop exception ...
0
votes
1answer
18 views

Eclipse content assist stopped working properly

When I press CTRL+SPACE I get suggestions from the file i'm working on only. I've tried the solution offered here: Eclipse/Java code completion not working i.e. going to Windows > Preferences ...
0
votes
1answer
10 views

How do you change the text size in the content assist window in Flash Builder 4.7?

I'm working on a Mac ox 10.8.3 with Flash Builder 4.7 and the content assist window all of the sudden has tiny unreadable text. Any way to make it larger?
0
votes
0answers
28 views

Content Assist list disappears in Eclipse Indigo

when I press ctrl + space key combination, the content assist list appears, but It's starting to run over the list (cyclic) until the list ends and disappears. Maybe I pressed something accidentally. ...
0
votes
0answers
17 views

Code completion/Content Assist for textarea

I came across following link for code completion of Jquery Jquery Autocompletion with Eclipse Juno Java EE My question is - Is there a way I can have such code completion for my textarea? Note : - ...
1
vote
1answer
20 views

Eclipse - search in the list of members for Content Assist?

How to find a specific method in the list of members of the class. Which opens after pressing Ctr+Space with Content Assist in Eclipse. For example, a members list of class File: load close read ...
0
votes
2answers
85 views

How to Content Assist Ruby or JavaScript in Vim?

I'd like to know if it's possible to content assist script languages like Ruby or JavaScript in Vim. If it is possible, how can I do that? Do I have to compile the vim source to turn on the ...
2
votes
2answers
299 views

No completions available, strange Eclipse behavior

I think I tried every suggested solution, but this Eclipse auto-complete problem is quite particular: I launch Eclipse, content assist works fine; I want to create a LineBorder in my Swing project; ...
0
votes
0answers
52 views

Eclipse CDT's Content Assist Doesn't Suggest Function Pointers' Expected Parameters

I'm working on a project that has many many function pointers each with a different set of parameters. Content assist doesn't work with that, that it doesn't provide assistance with the expected list ...
0
votes
0answers
87 views

Code assist in Eclipse for javascript

Using eclipse Version: 4.2.1 on windows 7 64 but same problem on Fedora I know this has been asked a hundred times over but I can't make it work properly. Got code assist for jQuery after installing ...
0
votes
1answer
65 views

Eclipse Content Assist doesn't activate

I can get an empty box to appear by pressing Ctrl Space, but content assist won't pop up at all otherwise. I've read lots of answers here on this topic but none have helped. I'm using... Ubuntu ...
0
votes
1answer
92 views

Cannot get content assist in Eclipse working with Guava

I have had problems getting Content Assist in Eclipse to work with Guava. This assist works fine for code which has source I have loaded into projects (such as JFreeChart), but I cannot find source ...
0
votes
1answer
113 views

GWT UiBinder content assist seems to be missing

I am not new to GWT & UiBinder development, however it has been a long time since I have used Eclipse for this (I've been using Intellij IDEA the past months). I am now trying to get an ...
0
votes
1answer
27 views

Getting autocompletion options for XML attribute values

How can I get autocompletion or intellisense or content assist options for XML attribute "values" using a preexsting sample XML(and nothing else) in some text editor? For example If have ...
0
votes
0answers
56 views

Content assist and quick fix are masked by key assist popup in eclipse

I'm running Eclipse Juno. After installing XText and E4 CSS Editor, the Content assist does not behave as expected. When hitting Ctrl-Space, the Content Assist window does not show up but instead a ...
0
votes
0answers
41 views

How do I make eclipse xsd/xml content assist show annotations from xsd?

XML validates just fine. Content Assist shows the valid elements. The problem is that I want to document each of the elements/attributes, but that annotations are not displayed in the content assist. ...
1
vote
0answers
72 views

Eclipse only invoking Content Assist Auto Activation after two characters are typed

At the moment I only have the setting to have it show automatically after one character is typed, but I was wondering if there is a way to limit this to only when 2 character are typed. As it will ...
0
votes
0answers
27 views

Eclipse: Remove spaces from Content Assist autocompleted method call

In Eclipse, if you visit: Window -> Preferences -> Java -> Editor -> Content Assist you can select any .._method entry (such as public_method) to see it references an arguments variable ...
0
votes
2answers
28 views

Can I increase the scope of options being displayed in the autocomplete (Content Assist)?

I don't know the name of this functionality, so I think it's better to use an example: imagine you have an object player with a getScore() method. If you type player.sco, it will present you the ...
1
vote
3answers
189 views

sysout in JSP eclipse

Eclipse Specific : content assist Problem statement: if I type sysout in JSP and press ctrl+spacebar then it should expand to System.out.println Description I am using sysout in Java for quite ...
0
votes
1answer
170 views

Content assist in eclipse JSDT javascript editor fails using object notation

I'm using eclipse JSDT and I have a javascript object declaration that looks like this: var rs1 = {}; rs1.person1 = {}; rs1.person1.phone = "hg"; rs1.person1.name = "lk"; Content assist will pull ...
1
vote
1answer
74 views

In the Eclipse HTML editor, is there an easy way to have custom tags available in content assist (autocomplete)?

I'm learning to use a new hosted e-commerce system at work which uses a proprietary markup/scripting language for its page templates. They are similar to JSP pages (although the server tags don't have ...
0
votes
0answers
24 views

Content Assist Plugin for an editor

I want to write my own Content Assist Plugin for a text editor. But I really don't know how to get started. I want to use C++ as programming language. I know that eclipse provides API for content ...
1
vote
0answers
49 views

eclipse content assist on generics not working anymore

Eclipse used to autocomplete generics for me ... now it doesn't anymore and I can't figure out why. I use to type List<String> foo = new Arr then hit Ctrl+Space and I would selecte ...
3
votes
0answers
55 views

Weird content-assist behavior in Eclipse with Android

I have encountered very weird behavior on Eclipse's (both Helios and Juno) content-assist when I was programming for Android. Following capture shows everything smooth when I was still inside that ...
2
votes
0answers
62 views

Can Eclipse content assist filter by variable names?

Is it possible to setup Eclipse to filter content assist suggestions by variable name? Use Case: Programming in Android and I use R.id.[Content-Assist] There are some things defined that I would ...
1
vote
1answer
122 views

Eclipse Code Assist Not Work In Ubuntu 12.04

i've already selected Preferences -> Java -> Editor -> Content Assist for all types. but i couldn't save the settings. when i restart eclipse it will reset to defaults.i.e. untick Java Type Proposal ...
2
votes
1answer
209 views

Eclipse popup dialog lacks info after attaching android sources

When I type some class method, Eclipse* brings up a dialog with completion suggestions, and when one of those is selected, it will display another dialog showing the method prototype (returned value, ...
0
votes
0answers
29 views

Installing an ICompletionListener to Eclipse Workspace (or at least to each TextEditor)

I want to use the ICompletionListener pattern so that I can detect when the developer invokes quick fix, when she closes the invocation, etc. Though this listener seems to solve my problems, after ...
1
vote
0answers
305 views

Code assistent for javascript in Aptana Studio 3

Version - Aptana Studio 3, build: 3.2.2.201208201020 Project was created by File -> New -> PHP Project. This is the content of index.html: <html> <head> <script> ...
0
votes
0answers
82 views

Adding content assist to non-javadoc in java editor

I am trying to achieve content assist in non-javadoc of the java editor, i.e. suppose I type "MY" and press crtl+space-bar it should list the possible completions(like MYSPACE, MYWORK, MYNETWORK etc) ...
4
votes
3answers
565 views

Change unhandled exception auto-generated catch code in Eclipse?

If I have unhandled exception in Java, Eclipse proposes two options to me: (1) add throws declaration and (2) surround with try/catch. If I choose (2) it adds a code try { myfunction(); } catch ...
0
votes
0answers
234 views

content assist does not work in Eclipse

When I am typing Ctrl-Space in Java file in Eclipse June, I am getting "no proposals". Meanwhile, if I do Edit->Content Assist->Java Proposals I have normal proposals list. I.e. default ...
1
vote
1answer
122 views

Eclipse-based Custom Content Assistance? (Java)

Is it possible to edit the content assistance of Eclipse? Sort of add rules or functions for it? I'm aware that Eclipse is open-sourced, but I was there an "easier way" or an interface? For example, ...
1
vote
0answers
89 views

Eclipse content assist validation key

I'm unable to find any documentation about changing the shortcut that validates the content assist selection. I mean, for my exact case, when the content assist is opened, I want to validate its ...
0
votes
1answer
90 views

Eclipse content assist (JavaCompletionProposalComputer) not triggered

I have a plugin that implements a content assist hook using JavaCompletionProposalComputer. Upon that event, I compute something and the update my view. The problems is that the view stays on and I am ...
0
votes
1answer
56 views

Eclipse content assist behavior. Can it be more like Apatana or phpEdit

I am trying to make the switch to eclipse and for the most part I am happy, however this is one behavior that is quite bothersome to me. Let's say I am calling function foo (arg1, arg2, arg3, arg4) ...
1
vote
1answer
395 views

Jaxb custom binding with eclipse

I have a jaxb custom bindings file in eclipse (named binding.xjb) and while it opens in the xml editor it won't provide content assist for any of the namespaces I have imported. This makes it very ...
2
votes
1answer
154 views

Eclipse content assist auto appends type for variable

I just started to use Juno for a couple of days, the content assist mechanism seems different from what it behaves before. For example, if I try to declare a variable Boolean isVisible The content ...
0
votes
0answers
509 views

Aptana Code Assist

I'm new to Ruby language(v1.9.3) and Aptana. I'm having problems with Aptana(3.2.2 version) code assist. The problem is that it is not showing up any of the core/ library methods for any data types. ...
0
votes
1answer
221 views

Eclipse (ctrl+space) content assist hook

I wrote a plugin that gets user input from Java editor, makes some computation, and writes the results to my view. The way I start the process of aforementioned computation is via context menu and I ...
0
votes
0answers
37 views

Eclipse Plugin for existing editor

I would like to make a plugin that contributes to the content assist menu in the Java editor. I would like to suggest some options, insert code and get the code from the editor. Is this possible? All ...
0
votes
1answer
87 views

Eclipse content assist in Android xml file like IntelliJ

When editing android xml files. IntelliJ allows me to complete android:screenOrientation by typing a:sc then I get my tag first in list. In Eclipse, I have to type android:sc before I get my tag on ...
0
votes
0answers
56 views

Eclipse content-assist with caret jump

I'm developing a PHP app with a fresh install of Eclipse 4.2.0, with PDT installed and operational. When I type a call to a function that's recognized by the content assist, I see a blue caret jump ...
1
vote
2answers
194 views

How to create different layout for different orientation in android?

I would like to have different activity.xml files for different orientations. I have created a another folder with name layout-land. When I copy and paste the activity_main.xml file into it, then ...
2
votes
3answers
109 views

Alter order of content assist eclipse for android development

I am working on an Android app, using Eclipse 4.2. I have content assist set up almost as I want it. However, when I, for example, start typing int to create a Java int variable, the ...
0
votes
0answers
85 views

How to make Content assist working when editors are inside Composite?

i've got problem with content assistant. In MultiPageEditor on one tab i've got 2 StructuredTextEditor in one Composite: MultiPageEditor: -page0: --composite: StructuredTextEditor1, ...
0
votes
1answer
335 views

Android: define which attributes a custom view uses for content assist

I've got some custom views and custom defined attributes. I'd like to define which attributes my views use so that eclipse can use that for content-assist. For example, I've got a custom xml ...
2
votes
1answer
600 views

how to use ant-contrib tasks in eclipse auto content assist

I have Eclipse Ganymede and would like to use the auto content assist feature for ant. I have the ant-contrib-1.0b3.jar with me. What configuration is required in eclipse to use auto content assist ...
0
votes
2answers
210 views

Java Auto completion does not display my method created in an interface

I am trying to call a method from a object with type being an interface. private Car Ferrari; Ferrari.startEngine(); Car is the interface class with a method called startEngine(). I also ...

1 2 3