Skip to content

Commit

Permalink
Releasing v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jul 27, 2022
1 parent bda0ff5 commit 2e52b1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.5.2 (Jul 28, 2022)

* enhancement - Add support for the find in folder alternative command. See [#267](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/267)
* enhancement - Add Dart version of Go to super-method/super-class (ctrl+u). See [#269](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/269)

## 1.5.1 (May 19, 2022)

* enhancement - alt+insert should have proper commands for different components. See [#252](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/252)
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,9 @@ enter | enter | Open Highlighted File (Explorer) | ✅
alt+home | alt+home | Jump to Navigation Bar | ✅
shift+ctrl+c | shift+cmd+c | Copy paths | ✅

### Go Lang

Linux, Windows | macOS | Feature | Supported
---------------|------|---------|----------
shift+f10 | ctrl+r | Go: Test Previous | ✅

## Installation

1. Install Visual Studio Code 1.61.0 or higher
1. Install Visual Studio Code 1.69.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `Intellij IDEA Keybindings`
Expand Down Expand Up @@ -377,7 +371,7 @@ After the initial compile, the source files will be watched and recompiled when
* [@CsCherrYY](https://github.com/CsCherrYY)
* [@Eskibear](https://github.com/Eskibear)
* [@daxmc99](https://github.com/daxmc99)
* [@CsCherrYY](https://github.com/CsCherrYY)
* [@jacob314](https://github.com/jacob314)


## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.1",
"version": "1.5.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.69.0"
Expand Down
4 changes: 2 additions & 2 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.5.1",
"version": "1.5.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.69.0"
Expand All @@ -20,7 +20,7 @@
"keymap"
],
"dependencies": {
"fast-xml-parser": "^3.21.1", /* Upgrading to 4.x requires processing to put more than one in the first-keystroke array. 3.x just use 'arrayMode: true'. */
"fast-xml-parser": "^3.21.1", /*Upgrading to 4.x requires processing to put more than one in the first-keystroke array. 3.x just use 'arrayMode: true'.*/
"path-browserify": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2e52b1b

Please sign in to comment.