java - What is the difference between Eclipse's Content Assist and Context Information? -
eclipse offers content assist (ctrl+space) , context information (ctrl+shift+space), difference between two?
both similar 1 another, differ bit. context information
more useful when have method several parameters , want track next parameter have provide when typing callback method.
according this source:
content assist - context sensitive content completion suggestions while editing java code.
context information - if typing method call several parameters, use show applicable parameter types. current parameter cursor shown in bold.
Comments
Post a Comment