java - How to use custom SurroundWith feature of eclipse -


In the eclipse circle, with the default options offered / hold while, switch, etc. Do I want to add another option to that list?

Below the popup is an option where we can configure the template, it displays a pre-defined list of templates, but I have a question about how to use one of those templates and pop it Up menu. ......

It looks like any template that is $ {line_selection's} Uses} is included in the variable list.

Then there will be a very simple template:

  {$ {line_selection}}   

which will add around {} to selection.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -