Skip to content

Instantly share code, notes, and snippets.

@ruyjfs
Last active August 16, 2016 21:53
Show Gist options
  • Save ruyjfs/c1965d5a5486a08405ec359b8c82681e to your computer and use it in GitHub Desktop.
Save ruyjfs/c1965d5a5486a08405ec359b8c82681e to your computer and use it in GitHub Desktop.

#Debug

  1. Go to Live Templates

  2. Change default expand with Tab for Space

  3. Create a templates for a language PHP. Abbvreviation: v echo '

    ';
    var_dump($END$);
    Define applicable context to PHP.

    Abbvreviation: vx echo '

    ';
    var_dump($END$);
    exit;
    Define applicable context to PHP.

  4. Create a templates for a language JavaScript. Abbvreviation: c console.info($END$) Define applicable context to Javascript.

  5. Configurar o phpstorm com container para debugar o php direto pela ide.

  6. Colocar o autocomplete de documentacao com o nome, email e data.

Change a Smart Keys: Surround selection on typing quoto or brace. Set a true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment