- New: #13 Open
index.jsx
if there is noindex.js
by iammerrick - Maintenance: Convert CoffeeScript to JavaScript.
- In CoffeeScript and JavaScript file, open
index.js
if filePath found was directory.
- New: Support sass's partial file which starts
_
(e.g._partial.scss
) #6 by @admosity
- New: Open specific line and column when filename have
:line:column
suffix by @djui
- New: Search from project root dir suggested by @bronson #2.
- Support git-diff style file string(try to open by removing a/, b/ part) suggested by @bwinton.
- Deprecation warning fix from Atom v1.1.0
- Add spec
- Refactoring
- Update readme to follow vim-mode's rename from command-mode to normal-mode
- Now detect file with different extension if basename is same.
- Detect filename by appending extensions from
Grammar::fileTypes
list.
- Improve file path determination strategy
- Add gif
- Inital release