atom / fuzzy-finder

Find and open files quickly
MIT License
275 stars 138 forks source link

Support :row:column in fuzzy-finder-view #305

Closed mehcode closed 5 years ago

mehcode commented 7 years ago

Description of the Change

Add support for a second colon to indicate the column to jump to.

For instance: sample.js:4:10

Alternate Designs

None that I can think of.

Benefits

We could bind the go-to-line:toggle command to this package and insert a :. This would remove a package from needing to exist clearing up a touch of maintenance burden.

Possible Drawbacks

None that I can think of.

Applicable Issues

None.