Is there a way to set a keyboard shortcut in Eclipse to add the hash/pound sign (#) to the beginning of all highlighted lines in a Gherkin *.feature file? (I have the Cucumber for Eclipse plugin installed, which provides syntax highlighting for these files - not sure if that helps or is relevant.)
Ideally, the same command that toggles comments in Java files, Ctrl
+ Shift
+ /
, would be assigned.
Could this be achieved with Text Completion features, if shortcut settings on their own can't do it?
Has anyone got a link to a manual of how to add keyboard shortcuts to Eclipse? is there a plugin for that? The GUI doesn't seem to support it...