Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
4answers
3k views

Eclipse Android SDK slow Content Assist performance

Im running eclipse on my windows 7 machine, 64bit with 6gb ram and core 2 duo. Im currently running Eclipse 3.6 and android 2.2 SDK Im running jdk 1.6 Im noticing that when coding and the context ...
17
votes
6answers
253 views

Implemented classes / subclasses in content assist in eclipse

What I'm trying to do is this: List<String> list = new and then hit Ctrl+Space and get ArrayList<String>() (among others) to show up in the type proposal. I thought I had this working ...
13
votes
3answers
1k views

How can I get Aptana's code assist to work with Google Maps API v3?

There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ...
12
votes
1answer
72 views

Java Swing: how to create assist functionality to teach user how to use the software?

Is there a library out there that can facilitate in creating assist or automated guide that tells users what action to take? Like it should notice the user is running the software for the first time ...
11
votes
4answers
1k views

Eclipse 3.6 frequently stalls on auto complete

Has anyone ever solved this issue? The auto complete stalls so frequently and for so long, I quit using it altogether. I've only seen one other post for this and the answer did not help. Any guidance ...
8
votes
4answers
983 views

Android eclipse plugin lags on type (3.6 - Helios) [closed]

Possible Duplicate: Eclipse Android SDK slow Content Assist performance When I write a code like so: TextView tv = new TextView(context); tv. // Here ...
6
votes
3answers
216 views

Eclipse Content Assist Slowness with large projects

I am facing extreme slowness in Java Content Assist with a large java project in Eclipse. The project has a lot of dependent jars (>100). I'm not really sure if the slowness is due to the dependent ...
5
votes
3answers
2k views

What do the different kinds of Eclipse Content-assist do?

In my Eclipse Preferences -> Java -> Editor -> Content Assist -> Advanced settings, I see the following: Java Non-Type Proposals Java Proposals Java Proposals (Task-focused) Java Type ...
4
votes
2answers
170 views

How to write an eclipse content assist?

I want to write a plugin which will give me content assist support and work in JSF. I want it to work like the sample below : I'll type "p:button action="#{ Then I'll press "Ctrl+Shift+Space" (for ...
4
votes
1answer
104 views

Is there a way to make content assist in Eclipse (JDT) show up automatically after I type “new”?

Most of the time after typing "new" I press Ctrl-space to quickly choose the necessary class. I want Eclipse to show the tooltip automatically, like VS+Resharper does.
4
votes
7answers
892 views

Extension point for providing custom content assist processors in Eclipse

I am writing eclipse plugin to add better support for properties files. One of the missing piece is content-assist ... I'd like to show matching properties keys when user starts typing some string and ...
3
votes
1answer
256 views

How can I speed up Eclipse Proposals? they are very slow

I am using Eclipse for Java development. One thing that I like with IDE's are when they propose the method names that I'm typing, this improves my productivity and keeps me from misspellings. E.g my ...
3
votes
1answer
164 views

Eclipse's content assist do too many things when developing android

I use eclipse to write android programs as advice by google. But when I write import android. it became import android.R.anim;. automatically. I would like to use content assist, but this behavior ...
3
votes
8answers
2k views

How can I get Eclipse to insert tabs instead of spaces for Java content assist?

Is there any way to persuade Eclipse to use tabs instead of spaces for indenting its built-in Java content assist proposals (such as when creating an empty method which overrides a method in the ...
2
votes
1answer
36 views

Why is Eclipse Content Assist not using static imports

I'm trying to use JUnit and Mockito with content assist for static imports. My Content Assist favorites lists: org.mockito.Mockito.* When I use content assist for the mock() method, the method is ...
2
votes
1answer
124 views

Can dojo 1.7.1 using AMD provide code assist in Aptana 3?

I've tried to get Aptana studio 3 to provide dojo 1.7.1 code-assist without success. AMD - Asynchronous Module Definition. Using asynchronous module loading (via AMD support in dojo 1.7) on a simple ...
2
votes
1answer
99 views

Java Eclipse make content-assist transparent

First of all, I am new to Java and Eclipse. In Visual Basic they added a feature that allowed you to press the ctrl button in order to temporarily make the content assist transparent. This allowed you ...
2
votes
1answer
151 views

What does “Insert common prefixes automatically” do in Eclipse?

I was looking for a way to improve autocompletion in Eclipse and I found this preference setting "insert common prefixes automatically" in the preference window, section Java -> Editor -> Content ...
2
votes
0answers
242 views

How can the cdt7.0 content assist be configured to support handling of enums like structs?

I'm using eclipse helios cdt7.0. The content assist works regarding e.g. structs but in case of enums, the full project index (functions, all kind of enums, etc.) is proposed instead of proposing the ...
2
votes
5answers
4k views

How to reactivate code assist in my xhtml page (eclipse 3.5, jboss tools 3.1, jsf 1.2)

I developp jsf xhtml pages with facelets, and i always had code assist for all the taglibs i declared i my xhtml root element (h, f etc..) But, since, like 30 minutes, when i ctrl+space i only have ...
2
votes
1answer
417 views

Filtering Eclipse's C++ Content Assist

I'm using Eclipse Ganymede (version 3.4.1) with a C++ project. Is there some way to filter the content assist list to only show methods and fields that are available in the current context? If not, ...
1
vote
2answers
219 views

Aptana Studio 3 - Content Assist

Over the last few days this issue has been popping up and it's really beginning to annoy me as I spend more time correcting it than actually coding. periodically when I am working with my JavaScript ...
1
vote
0answers
87 views

ANTLR and content assist in Eclipse

I have a project in Eclipse where I have an editor for a custom language. I am using ANTLR to generate the compiler for it. What I need is to add content assist to the editor. The input is a source ...
1
vote
3answers
348 views

Javadoc Tooltip with Content Assist in Eclipse

When i started to use Eclipse's Content Assist, Eclipse used to give me Javadoc help of item i focus in a tooltip box next to content assist. However, after a while Javadoc tooltip stopped working. I ...
1
vote
1answer
84 views

Eclipse: regain content assist for argument names

Eclipse has great content assist, e.g. for argument names (search for "Content assist can insert" in the following page): ...
1
vote
1answer
1k views

Disable content assist in Eclipse

How do you disable content assist in Eclipse? I do not mind allowing it to come up when I press ctrl & space, but I do not like how it automatically comes up as I am typing. It just messes me up. ...
1
vote
1answer
215 views

Customized content assist for Java in Eclipse

I'd like to implement a customized content assist (aka. auto-completion) for my Java API's and custom jsp tags. Basically, I'd like to set the advisory level (discouraged use) on the undocumented ...
1
vote
3answers
326 views

Eclipse content assist and completion

When typing xml in eclipse, content assist will add the closing tag of my xml. I type eclipse adds . As soon as I type a character in the body between the opening and ending tag, eclipse instantly ...
1
vote
2answers
727 views

eclipse “problems during content assist” popup

While typing some Java code, I hit the dot/member operator (.) as in the dot inside ObjectName.methodName and got this error in a popup in Eclipse: The ...
1
vote
2answers
505 views

content assist in phtml files not working in eclipse helios pdt

I got a problem with my content assist of html attributes in Eclipse Helios. When I do something like <div style="|"></div> and hit ctrl+space, normally the content assist for the ...
1
vote
3answers
382 views

Is anyone aware of any HTML5 based language editor with content assist?

Does anyone know of a project that will allow the editing of a language (any language) within a web-page itself (via HTML-5) with content assist (ctrl+space)? CLARIFICATION I'm not looking for a ...
1
vote
1answer
282 views

Eclipse plugin: content assist working in Galileo, not Ganymede

I am writing a custom editor in a plugin, and I developed it in Galileo. Now I'm trying to run it in Ganymede, but content assist doesn't work. There is no error, just nothing happens when I type ...
1
vote
2answers
254 views

Is there a way to remove private members from Content Assist in Eclipse

I'm in Eclipse writing Java. I come from Visual Studio with Resharper writing C#. When Content Assist comes up, I see all the private members of a class, even though I'm not editing that class. Is ...
0
votes
1answer
22 views

Get the methods that return an object of specific class type, using Eclipse Helios

While working with Calendar API, I found that getTime() is its only method that returns a Date object. But to know this, I manually checked all the methods using Content Assist (Ctrl + Space) in ...
0
votes
1answer
97 views

Apatana 3.0.7 Code Assist - Auto Complete

Hey I'm a Cisco guy, Just started with apatana to design a web page for my small business. My question is about the code assist and the auto complete feature. Apatana is very good at picking up what ...
0
votes
1answer
15 views

Eclipse content assist Remove hidden classes

I did at one time configure my Eclipse/Project not to include classes from java.awt when activating content assist (Ctrl+Space). Now I want to include content from java.awt again but I can't remember ...
0
votes
0answers
27 views

Aptana 'contest assist' not displaying classes?

I am new to Aptana Studio and I'm having some difficulty with the 'Content Assist' while trying to write CSS. I have some tags that are identified by classes and id's in my HTML. However, when I go to ...
0
votes
0answers
17 views

Aptana Auto-Replace with Content-Assist

I disabled aptana ability to automatically create quotes when i open a quote... by default it puts the ending quote in for your... however now when I use content-assist it looks for the next quote in ...
0
votes
1answer
73 views

Xtext editor to insert single proposals automatically without showing content assist popup

In my Xtext editor I want to enable insert single proposals automatically by default. In essence what want is to have auto completion when there is only one matching choice to show up in content ...
0
votes
1answer
25 views

eclipse method names with parenthesises

Content assist insert method names with parenthesises after pressing enter. Can I disable such inserting. I'd like that method name is inserted without brackets.
0
votes
0answers
39 views

Eclipse content assist broken only in one file

Content assist always shows "No Default Proposals" in one of my Java classes, but it works as expected elsewhere in the project/workspace. It worked at one point in that file too, but stopped working ...
0
votes
0answers
164 views

Aptana Studio 3 JavaScript Content Assist woes

I'm using Aptana Studio 3 to write JavaScript; it has excellent content assistance for the built in types, it infers the type of variables from their sources correctly, and it is a life saver when ...
0
votes
0answers
39 views

How do you show Auto Content Assist for Javascript in Eclipse as soon as you type any character?

I would like content assist to show up as soon as I start typing, rather than having to hit Ctrl Space. In Eclipse Preferences -> Javascript -> Editor -> Content assist, I have: Enable auto ...
0
votes
0answers
61 views

Eclipse CDT function parameter info tooltip for function pointers

In eclipse when you type a function name that you're about to call and press ctrl-space you get a little tooltip with info on the parameters that that function expects. If you try and call that ...
0
votes
1answer
115 views

Content Assist fails for Ruby with Aptana on Eclipse

I've a clean install of Aptana as an Eclipse plug-in (fresh installation). My suspicion that this could be a duplicate key-binding (quite possibly a bug), but information online is sparse. Eclipse: ...
0
votes
1answer
66 views

Eclipse/Win7 - Scrolling in Content Assist with mouse without focus

Recently switched from Linux to Windows for development in Eclipse Indigo SR1. In Linux, if I Ctrl-Space'd to open a Content Assist window, I could immediately start scrolling with the mouse wheel ...
0
votes
0answers
80 views

Aptana Studio 3 content assist is black text on black background(unreadable)

I have tried to change this by going to preferences-> General-> Appearance-> Colors and Fonts and in the basic folder changes the Content assist foreground color to white and click apply but each time ...
0
votes
1answer
44 views

How can I make the Eclipse content assist case-sensitive?

Does anyone know of an easy way to configure the Eclipse content assist to respond to the case of the first letter in a fragment? When I start a token with a lowercase letter, I'd prefer not to have ...
0
votes
1answer
160 views

Aptana: disable code assist on php else keyword

Maybe someone knows how to disable content assist only on 'else' keyword when working with PHP source editor in Aptana? As I really, really hate it with this keyword, because after newest release ...
0
votes
2answers
204 views

How to make eclipse recognize the correct file extension/open the correct editor for files opened outside of the scope of a project?

I have a simple file index.jsp outside of a project in a location such as /home/user/other/ and I open it in eclipse with File - Open file. The file opens but things such as content assist are not ...

1 2