java - How to set up content assist in Eclipse on Mac -


when type code in sublime say, need start first few letters of variables , come list of possible existing variable names match typed. in eclipse, don't know how realize this. in preference-java-editor-content assist, found auto-activation pane , according other posts, i'm supposed change auto activation triggers java. how default setting looks like. don't understand dot on there. i'm not sure if that's right way approach problem?

can me out? thanks!!

enter image description here

the auto activation give suggestions fields , methods available. example if start typing in

new object().

then ide (eclipse) give suggestions (after 200ms "auto activation delay") of tostring(), equals(), , other methods.

if want use plain auto-complete, tend use shortcut ctrl+ space (the spacebar key). if want eclipse auto-complete method name me (say method reallylongmethodnameidonotwanttotypeout()) i'll type in

reallyl press ctrl + space , eclipse fill in rest me.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -