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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -