DEV Community

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

Collapse
 
moopet profile image
Ben Sinclair

I like the inclusion of line numbers. Might steal that.

Collapse
 
anpos231 profile image
anpos231

Yeah I was doing that:

var_dump($whatIsHere); die;

Useful for debugging.