- Sort files in a stable order to allow cyclic switching between multiple extensions bound to a single key shortcut
- Remove deprecated commands for fixed .html, .js, .css extensions
Thanks to https://github.com/duncanbeevers for these awesome contributions!
- Add flag to command arguments to control opening of companion file in a different editor column
- Fix a bug that caused switching between a
x.spec.ts
and ax.ts
file to fail occassionally
- Use command arguments added in VSCode 1.8 to make file switching even more flexible
- Improve companion file resolution algorithm so that switching e.g. between a
x.spec.ts
and ax.ts
file becomes possible
- Stay in same editor column when opening companion file.
- Initial release