DEV Community

Discussion on: What are your "must have" custom snippets for your editor/IDE?

Collapse
 
anpos231 profile image
anpos231

Yeah I was doing that:

var_dump($whatIsHere); die;

Useful for debugging.