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

Asked

Viewed 66 times

3

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

I’m programming a file .jsp but the IDE does not identify the keys, so I cannot contract the code.

  • 2

    I don’t know if the name has any relevance, but it’s usually called expand code :)

  • why can’t I minimize the code you understand? maybe the resource is not installed for the language

  • To contract is fold.

  • @durtto What ide are you using?

  • Alternatively, it is part of "code Folding"

  • What do you call the IDE ?

  • @Marlontiedt, independent of IDE, I want to know the name of the term understand?

  • https://en.wikipedia.org/wiki/Code_folding

Show 3 more comments

1 answer

3


The name derives from the name of the feature that closes the code, but the name of this feature 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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.