FG
💻 Software

How do I create a Macro/short cuts in Eclipse?

Fresh5 days ago
Mar 15, 202621669 views
Confidence Score0%
0%

Problem

How do I create a Macro in Eclipse? For example: I want the combination alt+s will print on the page

Error Output

//********************************************************************

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I create a Macro/short cuts in Eclipse?

Low Risk

In Java there's the option to create a code template. Like writing sysout + CTRL + space generates System.out.println() text. Window > Preferences > Java > Editor > Templates This option seems to be available for several other programming languages.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment