Workspace Editor Macros in Eclipse
问题 Is there a way to record permanent workspace macros in Eclipse and assign them a shortcut key or template? I'd like to automate some of the actions I routinely do. Workspace editor templates are not a solution since I need to include some conditional logic as well. For example check what is a symbol to the right/left of the cursor. 回答1: See my answer at How can I launch more than one debug session in Eclipse from a single click? . The same plugin can work for you as well. 来源: https:/