content-assist Questions
17
Solved
The autocomplete of eclipse is not working now and I searched for hours but I couldn't find an answer to solve it. I haven't used it for long time then the first thing after opening it was to insta...
Cortes asked 13/2, 2014 at 5:53
11
Solved
How can I enable autocomplete in Eclipse? I can't find it!
Boru asked 2/8, 2011 at 12:37
6
Just watched the new Video Getting Super Productive with Spring Tools 4 and Spring Boot 2.
Wanted to test the content assist in application.properties under STS4 and it doesn't work.
When I press ...
Forebrain asked 11/10, 2018 at 11:13
1
Solved
Hi some days before I updated my eclipse 2021-06 to 2021-09 and after that its code completion will not show all the methods and classes. For example if I type frame.setS, then it is showing no def...
Tumpline asked 28/9, 2021 at 7:4
2
Solved
I had some problems with content assist this morning and decided to update eclipse. Unfortunately, that did not fix the issue, but I eventually managed to fix it. After some time though, another is...
Mundy asked 30/6, 2021 at 17:57
1
Solved
A similar question was asked here, with no answer yet and less of a code sample. I found and tried the deletion solution for a similar problem, but to no avail.
After recently upgrading Eclipse to ...
Luciferin asked 5/7, 2021 at 14:58
1
I'm having an issue with content assist not providing completions when there is a compile error on that line.
In the below example I was able to complete the first call to feature() however not the...
Rothenberg asked 27/6, 2021 at 0:45
5
Solved
In Eclipse the auto complete is very very strict. Is there a way to have it slightly looser? For instance:
getData()
setData()
I want to type "data", and have the two functions above be found bu...
Emaciated asked 31/1, 2014 at 14:10
5
Solved
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 cont...
Chrotoem asked 15/9, 2012 at 1:53
3
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...
Fortitude asked 18/1, 2012 at 15:29
12
Solved
I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put a <script ... src="..." /> in <head> I automatically get content as...
Tristatristam asked 17/6, 2009 at 13:15
6
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 ...
Petitionary asked 5/2, 2011 at 9:41
3
I use Map a lot in Java with eclipse. e.g.
Map<String, String> map = new HashMap<>();
then when I am ready to add something with put:
String key = null;
String value = null;
// ...
Devil asked 3/5, 2019 at 14:30
13
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 projec...
Mcconnell asked 31/3, 2013 at 11:11
7
Solved
I have seen in videos, that people get html template by typing "html:5" or something like that (btw, they're not using notepad++). Is this possible in notepad++? Thanks.
Danialdaniala asked 1/5, 2010 at 11:35
4
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 1...
Bankbook asked 6/3, 2013 at 17:18
4
Solved
Is there a way to disable auto-completion feature of Eclipse, which inserts currently selected statement in Java Content Assist when pressing space?
I still want to have such a behavior for enter ...
Tiros asked 3/9, 2013 at 7:44
2
Solved
If I have typed out an expression that returns a known type, is there a way for eclipse to content-assist the creation of that type, potentially with templated variable names?
The screenshot belo...
Sari asked 23/11, 2014 at 0:49
3
Solved
Bottom Line Up Front: Eclipse Neon content assist (Ctrl+space) does not offer any proposals for my JavaScript code.
Here is what I've checked so far:
JSDT has been installed
"JavaScript resou...
Held asked 31/10, 2016 at 15:34
6
Solved
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.
Insulting asked 31/5, 2010 at 11:14
1
Solved
I've been an Eclipse user for years and the content assist has always worked great. Since I transitioned to Eclipse Neon, I have been having issues with the content assist. Content assist hangs for...
Almanac asked 21/10, 2016 at 18:28
3
Solved
When I am programming in Eclipse, the auto-complete \ suggestions box usually opens when typing a dot (for example after typing System. or SomeObject., and stays open while typing a similar code to...
Quadric asked 21/7, 2012 at 8:57
1
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 p...
Bloomery asked 11/10, 2012 at 8:7
1
Solved
I write my cucumber scenario to include the following step:
And the frabjous bandersnatch whiffled "Callooh"
Type alt-enter, choose Create Step Definition, and it produces:
@And("^the frabjous ...
Beaty asked 6/8, 2013 at 17:7
5
Solved
I'm not sure is this is a problem with my installation of Eclipse (Helios) and Android SDK or something else but Eclipse Content Assist doesn't propose Object Methods for Android classes.
For exa...
Yurik asked 5/11, 2010 at 15:43
1 Next >
© 2022 - 2024 — McMap. All rights reserved.