[JAVA] [Eclipse] I want to use the completion function, but I want to manage to confirm the completion with spaces.

phenomenon

Editor you are using Eclipse 4.8.0 macOS Catalina 10.15.6

Enable Eclipse completion and trigger .abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ I'm guessing.

String str =

I want to enter, but the space key pressed after str confirms the completion. In other words, even if you decide the variable name yourself, unintended completion will be applied, so you will have to delete it every time in the backspace. I refuse~

string.gif

Solution

Set auto-activation delay to 500

設定.png

The environment setting page is opened with the shortcut "⌘,". Change the settings as shown in the image above.

string_after.gif

There was a delay before the completion candidates were displayed, so it was okay to press the Space key quickly.

It seems that the new version of Eclipse has a checkbox that confirms with just the Enter key, but I didn't have my own (Eclipse4.8.0).

Recommended Posts

[Eclipse] I want to use the completion function, but I want to manage to confirm the completion with spaces.
I want to use DBViewer with Eclipse 2018-12! !!
I want to use java8 forEach with index
I want to add a delete function to the comment function
[Beginner] I want to modify the migration file-How to use rollback-
I want to use screen sharing on the login screen on Ubuntu 18
I want to make a function with kotlin and java!
I want to use the Java 8 DateTime API slowly (now)
I want to use the sanitize method other than View.
I want to distinct the duplicated data with has_many through
I want to pass the startup command to postgres with docker-compose.
I want to use FormObject well
I want to add a browsing function with ruby on rails
I tried to implement the image preview function with Rails / jQuery
[Java] I want to perform distinct with the key in the object
How to use MinIO with the same function as S3 Use docker-compose
[Java] How to use the hasNext function
eclipse I definitely want you to use Transcendental Recommended Shortcut Key (Windows)
[Processing × Java] How to use the function
I want to use @Autowired in Servlet
I want to introduce the committee with Rails without getting too dirty
I want you to use Enum # name () for the Key of SharedPreference
I want to control the start / stop of servers and databases with Alexa
I want you to use Scala as Better Java for the time being
I want to test Action Cable with RSpec test
I want to output the day of the week
I tried to manage struts configuration with Coggle
I want to use arrow notation in Ruby
I want to var_dump the contents of the intent
When you want to use the method outside
I want to play with Firestore from Rails
[Xcode] I want to manage images in folders
I want to truncate after the decimal point
I want to perform aggregation processing with spring-batch
[Rails] I want to load CSS with webpacker
I want to get the value in Ruby
I want to change the path after new registration after logging in with multiple devises.
I want to hit the API with Rails on multiple docker-composes set up locally
I want to use Combine in UIKit as well.
I want to use Clojure's convenient functions in Kotlin
[Java] I want to calculate the difference from the date
I want to use NetBeans on Mac → I can use it!
I want to embed any TraceId in the log
I want to use fish shell in Laradock too! !!
How to use Z3 library in Scala with Eclipse
I want to use ES2015 in Java too! → (´ ・ ω ・ `)
I want to judge the range using the monthly degree
I want to use a little icon in Rails
I want to know the answer of the rock-paper-scissors app
[Rails] I don't know how to use the model ...
I want to display the name of the poster of the comment
I want to monitor a specific file with WatchService
I want to authenticate users to Rails with Devise + OmniAuth
If you want to use Mockito with Kotlin, use mockito-kotlin
I want to define a function in Rails Console
[Android Studio] I want to use Maven library on Android
How to use JDD library in Scala with Eclipse
I want to transition screens with kotlin and java!
I want to call the main method using reflection
[Rough commentary] I want to marry the pluck method
I want to get along with Map [Java beginner]