score:40
I managed to fix it finally. The problem was that the ibus was overriding the shortcut so I deleted this shortcut configuration.
Type ibus in the dash:
Then select Keyboard Input Methods. From there click on the first three dots next to the Enable or disable textfield. This windows should appear:
If there is something bound to Ctrl + Space simply delete it.
score:0
This issue happened to me and none of the stack solutions seemed to resolve it. I finally figured that some other windows task was stealing my hotkey press. If nothing else works, I recommend that you downloaded a free software 'Windows Hotkey Explorer' that reported the registered hotkeys.
In my particular situation, I found ctrl+space was seized by 'blackboard collaborate' (a unpalatable java application for webcasts used by some of my courses).
I closed Eclipse killed all java processes (which included blackboard). Restarted eclipse and my autocomplete was back!
(Note: Hotkey Explorer was incredibly buggy and crashed every time I used it. I was able to get the information I needed before it crashed though so it was useful. Another (shareware) application that I didn't use but noticed online is: Hotkey Commander.
score:0
Though I have eclipse proposal settings configured properly it was not working for me. In my case Ctrl+space key combination was hijacked by another background running process (I was running AllwaysOnTop utility for windows). it worked after exit that process. :)
score:0
Ctrl+space was not working in my eclipse.Somehow it got disabled.
I have tried many options and didnt worked any options.
Finally this was work out
Go to Preferences > Java > Editor > Content Assist > The "Auto activation triggers for Java:" field. Paste "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz." (note the dot after z) .This is the best solution and no need to even press ctrl+space.
score:0
I was facing the same issue. If you use OS X Eclipse Ctrl+Space shortcut can be interfering with OS X system's "Selecting previous input source" using Ctrl+Space shortcut as default.
It is necessary to edit System Preferencies/Keyboard/Shortcuts/Input Source and uncheck the "Selecting previous input source" or change the shortcut on something else. Eclipse should work after that even without restart.
score:1
It happened to me also, What I have done is change the workspace folder to Another folder and problem solved!
score:2
For mac:
By default ˆ+space
is assigned for switching inputs of the keyboard.
You can deselect that option by going to
System preference > Keyboard > Shortcuts > Input Sources
check for shortcut that using your key and disable it
score:7
Earlier I was also facing the same issue : I just followed below steps :
Go to Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.
Click on Apply and close it.
- Restart the eclipse.
score:8
To enable Ctrl+Space.
Go to Control Panel --> Region and Language --> select Keyboard and Languages tab --> Change Keyboard button --> select General tab --> Under Installed Services --> Remove all languages except English(United States). click apply and ok.
Eclipse --> Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.
Eclipse --> Windows --> Preferences --> General keys --> Type Content Assist in right side search box --> Select command Content Assist --> click on Restore To Default --> Apply --> ok
Now you are ready to use ctrl + space feature for content assist.
score:11
For that Go to
Eclipse --> Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.
and check mark : Java Proposals(Code Recommenders)
score:38
score:57
In my case; Window>Preferences>Java>Editor>Content Assist>Advanced
Make sure Select the proposal>Template Proposals,SWT Template Proposals,Java Proposals ,Content assist cycling>Template Proposals,SWT Template Proposals,Java Proposals is ticked.
Source: stackoverflow.com
Related Query
- Ctrl + Space not working for content assist on eclipse
- Eclipse Content Assist Not Working Properly For Android Layout
- Eclipse content assist not working for Java objects within Groovy files
- Content Assist not working in Eclipse for Android
- Content Assist (Left Ctrl + Space) not working in Eclipse (Windows 8.1)
- JavaScript content assist not working for JSP file in Eclipse Kepler
- Eclipse Java Content Assist not working
- Ctrl Space Not Working in Eclipse Helios on Win 7
- Eclipse Content Assist not working with Android
- Eclipse m2e content assist in POM not working past top level elements
- Eclipse content assist not working in enum constant parameter list
- Eclipse Android XML content assist not working
- Eclipse JSF content assist not working
- Content assist in Eclipse does not work for EL in JSP files
- Eclipse content assist not working in some parts of code
- Eclipse content assist not working when using Method reference inside Stream.map
- Eclipse Luna content assist not working when certain classes present
- Content assist (Ctrl-Space) in does not work in Eclipse in Debian Gnome running in VMWare for Windows
- Require() and include() not working in Eclipse for code assist and autocomplete
- Content Assist not working in applicationContext.xml with Java Project with 'Spring Project Nature' in eclipse
- eclipse content assist on generics not working anymore
- Eclipse Helios + Android content assist not working
- Eclipse PDT content assist for PHP just stopps working randomly
- Eclipse - Content Assist not working on objects
- Eclipse RCP Content Assist not working with auto activated characters
- Eclipse content assist auto complete not working even with the settings
- Eclipse content assist not working inside handlers/onclick
- Eclipse content assist (for PHP or anything) not using active working set
- Eclipse JavaScript Editor: content assist for js files, autocompletion
- Ctrl + Shift + R is not working in Eclipse
More Query from same tag
- Where in an Eclipse plugin to I place an algorithm that utilises several views
- Not getting automatically web.xml file while creating servlet in Eclipse Juno 4.2
- Adding a KeyListner to a robot.mousePress and mouseRelease
- Why does "activator eclipse" yield "Not a valid project ID: eclipse" in a new project?
- Default layout colour
- How can I configure Eclipse, GCC, and OpenOCD to work with the STM32F4Discovery board?
- "build.properties does not exist" error in MyEclipse
- Issue setting Java Compliance level to newest JDK (16)
- I am facing error "NullPointExeption", while trying to detect the user's selection in the eclipse plugin development
- error when launching eclipse on Mac
- gwt maven : module 'yyy' may need to be (re)compiled
- Unresolved import: models
- eclipse & cmake cdt4: lost in translation
- Grails - Class "org.grails.tomcat.TomcatLoader" was not found in the CLASSPATH
- Link maven dependencies on non maven project
- Changing the way packages are displayed in eclipse
- In eclipse is there a way to run more than one Java app in different console windows?
- SWT ExpandListener executes before collapse occurs on Linux
- Which Java debugger do *you* use
- Javaw.exe running when starting eclipse
- ANTLR4 under eclipse generates sources inside incorrect packages
- Cannot emulate Android device in Eclipse
- what is the correct version of Eclipse for Coldfusion?
- Maven M2Eclipse plugin not working
- Eclipse RCP: what does the percent symbol mean?
- How would I total two sets of numbers entered by a user?
- how to opening layout xml files in Android Layout Editor?
- eclipse editor is not formatting code as specified
- Eclipse for PHP Code Assistant not working
- Unit test class runs old version in eclipse