Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Ockelmann-Wagner committed Mar 9, 2019
1 parent 0216a6e commit ee463eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

## Added

- `Initialize Projections File` command

## Changed

- Renamed `Split Alternate File` to `Alternate File in Split` for easier Command Pallet searching
- Split engine into NPM lib for easier extension

## [0.2.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ All commands are under the control pane. Or, you can set up [shortcuts](#shortcu

- `Initialize Projections File` - Create a new `.projections.json` in the root of the current workspace. You can pass in the name of some frameworks to get reasonable projection defaults.
- `Alternate File` - Switch to the alternate file (if found) in the current pane
- `Split Alternate File` - Switch to the alternate file (if found) in a split pane
- `Alternate File in Split` - Switch to the alternate file (if found) in a split pane
- `Create Alternate File` - Switch to the alternate file (if found) in the current pane. If not found, create the file.
- `Create Split Alternate File` - Switch to the alternate file (if found) in a split pane. If not found, create the file.
- `Create Alternate File in Split` - Switch to the alternate file (if found) in a split pane. If not found, create the file.

![Alternate File Demo](assets/screencasts/vscode-alternate-file.gif)

Expand Down

0 comments on commit ee463eb

Please sign in to comment.