Locked Looking for a gallery

  • jueves, 22 de marzo de 2012 16:43
     
     

    Hi,

    I'm looking for a gallery, just like Productivity Power Tools, which has the function: auto expand the "switch" statement. The gallery is just like this:

    When you entered:

    switch (type)

    When you press tab, all enum values are expand automatically:

    switch (type) //Press Tab key

    { //Auto generated

    case Enum1: //Auto generated

    break; //Auto generated

    case Enum2: //Auto generated

    break; //Auto generated

    ...

    //Auto generated

    I used it before, but now I forgot it.


    Thanks,

    Andrew Huang

    andrew.huang.2009@gmail.com

Todas las respuestas