What is the name of the resource / term that expands a code snippet between braces?

3

What is the name of the resource that expands a code snippet between braces?

I'm programming a .jsp file but IDE does not identify the keys, so I can not get the code.

    
asked by anonymous 23.03.2016 / 12:41

1 answer

3

The name derives from the name of the functionality that closes the code, but the name of this functionality varies from IDE to IDE. Some names I've seen are:

  • Code Unfold, when derived from Code Folding.
  • Code Expand, when derived from Code-Collapsing.
23.03.2016 / 13:04