Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the hot key for 'content assist' in java editor for eclipse in mac?

Tags:

macos

What is the hot key for 'content assist' in java editor for eclipse in mac?

It said '^ '

But can you please tell me what is '^ '?

Thank you.

like image 497
yinglcs Avatar asked Feb 02 '09 23:02

yinglcs


People also ask

How do I open Content Assist in Eclipse?

Step 1: Open your Eclipse or Spring Tool Suite, then go to the Window > Preferences as shown in the below image. Step 2: In the next screen go to the Java > Editor > Content Assist > Auto activation triggers for Java as shown in the below image.

What is the shortcut for run in Eclipse Mac?

That way you can simply press command + f11 to run your eclipse program and you can use fn key + f11 to lower the volume.

How do I run a Java program in Eclipse Mac?

Step 1: Open Eclipse and click File > New > Java Project. Step 2: Provide the Project Name and click on the Finish button. Step 3: In the Package Explorer (left-hand side of the window) select the project which you have created. Step 4: Right-click on the src folder, select New > Class from the submenu.

How do I get suggestions on Eclipse Macbook?

Autocomplete Recommendation (Ctrl + Space)


2 Answers

For me it's often broken in the predefined settings, I usually change it in Preferences -> Keys to be Command-Space (and change Spotlight to be Alt-Space in the Mac OS preferences).

like image 136
Fabian Steeg Avatar answered Nov 04 '22 12:11

Fabian Steeg


^ is Control.

like image 26
Peter Hilton Avatar answered Nov 04 '22 13:11

Peter Hilton