Ctrl + Space not working for content assist on eclipse

后端 未结 10 1202
梦谈多话
梦谈多话 2020-12-05 17:14

My problem is that the content assist window won\'t pop up after clicking Ctrl + Space. I checked my shortcuts and the content assist is bound to Ctrl + S

相关标签:
10条回答
  • 2020-12-05 17:34

    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.

    0 讨论(0)
  • 2020-12-05 17: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: Search for ibus

    Then select Keyboard Input Methods. From there click on the first three dots next to the Enable or disable textfield. This windows should appear: Shortcuts

    If there is something bound to Ctrl + Space simply delete it.

    0 讨论(0)
  • 2020-12-05 17:40

    It happened to me also, What I have done is change the workspace folder to Another folder and problem solved!

    0 讨论(0)
  • 2020-12-05 17:44

    Earlier I was also facing the same issue : I just followed below steps :

    1. Go to Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.

    2. Click on Apply and close it.

    3. Restart the eclipse.

    enter image description here

    0 讨论(0)
  • 2020-12-05 17:46

    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.

    0 讨论(0)
  • 2020-12-05 17:47

    To enable Ctrl+Space.

    1. 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.

    2. Eclipse --> Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.

    3. 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.

    0 讨论(0)
提交回复
热议问题