AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

Use rangeFromLineNumber #41

Closed Arcanemagus closed 8 years ago

Arcanemagus commented 8 years ago

Instead of using a 0 column Range at the start of the line, use helpers.rangeFromLineNumber() to generate a range that highlights the entire content of the line.