We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can use multiline-string with shorter key strokes by following template.
Go to 'Windows > Preference > Java > Editor > Templates' menu.
Click 'New' button.
Fill forms
Name : ms (or what ever you want)
Pattern
${:import('org.adrianwalker.multilinestring.Multiline')} /** */ @Multiline String ${varName}${cursor};
You can use the template on Java Editor by typing 'ms' and 'Ctrl+Space',