Skip to content

Latest commit

 

History

History
348 lines (207 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

348 lines (207 loc) · 18.9 KB

Change Log

1.5.9 (Apr 4, 2023)

  • enhancement - keybindings of jupyter notebook. See #281

1.5.8 (Apr 2, 2023)

  • enhancement - Include the full set of VS Code "format document" commands. See #288
  • enhancement - keybindings of jupyter notebook. See #281

1.5.7 (Mar 12, 2023)

  • bug fix - Go Back collides with Outdent Line. See #285

1.5.6 (Mar 11, 2023)

  • bug fix - Go Back collides with Outdent Line. See #285

1.5.5 (Jan 4, 2023)

  • enhancement - feat: declare the plugin as a UI extension. See #280
  • enhancement - Fix typo "keybindngs" to "keybindings". See #282

1.5.4 (Oct 15, 2022)

  • bug fix - Reformat document "ctrl + alt + l" is not working. See #276, #278

1.5.3 (Sep 19, 2022)

  • bug fix - No code actions for 'source.overrideMethods' available. See #266
  • enhancement - Go to super-method / super-class Ctrl + U. See #251
  • bug fix - Ctrl keys in terminal should pass to shell. See #250
  • bug fix - Reformat selected code is not work. See #248

1.5.2 (Jul 28, 2022)

  • enhancement - Add support for the find in folder alternative command. See #267
  • enhancement - Add Dart version of Go to super-method/super-class (ctrl+u). See #269

1.5.1 (May 19, 2022)

  • enhancement - alt+insert should have proper commands for different components. See #252
  • enhancement - Support restore default layout. See #255
  • bug fix - fix column selection mode. See #256
  • enhancement - Support compare files. #257
  • enhancement - Support Refactor This.... #259
  • enhancement - Support Extract Field. #260
  • enhancement - Support extract constant. #261
  • enhancement - Support stop when debugging. #262
  • enhancement - Fix view breakpoints. #263
  • enhancement - Support Go to Test. #264

1.5.0 (Oct 30, 2021)

  • enhancement - Add support for Visual Studio Web. See #238
  • enhancement - Add merge-conflict. See #235

1.4.5 (Jun 10, 2021)

  • enhancement - add keymap for Move. See #228
  • enhancement - add keymap for type hierarchy. See #227
  • enhancement - add shortcut to optimize imports. See #226
  • enhancement - add shortcut to override/implement methods. See #225
  • enhancement - Add keymap for call hierarchy. See #222
  • enhancement - Adding the keymap keyword to package.json. See #220
  • enhancement - Update the shift shift 'Search Anywhere' command to call quickOpen. See #218

1.4.4 (Apr 3, 2021)

  • enhancement - fixes Ctrl/Cmd+Shift+F due to change in VSCode. See #216

1.4.3 (Mar 18, 2021)

  • bug fix - ctrl+e or cmd+e : Recent files popup. See #213

1.4.2 (Mar 14, 2021)

  • bug fix - Ctrl + Enter started to conflict with git commit after v1.4.0. See #212

1.4.1 (Mar 14, 2021)

  • bug fix - ctrl+e or cmd+e : Recent files popup. See #213

1.4.0 (Mar 5, 2021)

  • enhancement - shortcut for search everywhere is not working. See #170
  • enhancement - Export tutorial outdated. See #208
  • bug fix - Go to Symbol in Editor... - Ctrl+F12 keybinding is not working anymore in markdown files. See #211

1.3.0 (Jan 30, 2021)

  • bug fix - [bug report] revertselectedRanges should work outside of diffEditor. See #205
  • enhancement - Keymap for completion. See #183

1.2.2 (Jan 30, 2021)

  • bug fix - Unable to import keybindings. See #203

1.2.1 (Jan 28, 2021)

  • bug fix - Fresh install could not find an import command. See #201

1.2.0 (Jan 28, 2021)

  • enhancement - IntelliJ Importer for Linux. See #200
  • enhancement - Improve pickers.

1.1.0 (Jan 26, 2021)

  • enhancement - Add option to use windows keymap on MacOS. See #67

1.0.1 (Jan 24, 2021)

  • bug fix - Add basic keymaps to Importer. See #195
  • bug fix - Repeated custom keymaps has been generated. See #197
  • bug fix - Windows not works. See #197

1.0.0 (Jan 23, 2021)

  • enhancement - is it possible to import myown custom keymap from Intellij Idea to vscode?. See #120

0.2.41 (Jun 3, 2020)

  • bug fix - keybinding for comment/uncomment with block comment is incorrect. See #183

0.2.40 (May 19, 2020)

  • enhancement - Binding "Change All Occurences" to Shift+F6. See #180

0.2.40 (May 19, 2020)

  • enhancement - Binding "Change All Occurences" to Shift+F6. See #180

0.2.39 (May 11, 2020)

  • enhancement - Add column selection shortcut. See #178

0.2.38 (Mar 26, 2020)

  • enhancement - run previous Go test. See #171

0.2.37 (Nov 9, 2019)

  • enhancement - Change Cmd+D from "editor.action.copyLinesDownAction" to new "editor.action.duplicateSelection". See #157
  • bug fix - Paste Command not found. See 163

0.2.36 (Oct 22, 2019)

  • bug fix - Ctrl+D doesn't work for duplicate selection. See #161

0.2.35 (Oct 22, 2019)

  • enhancement - ctrl + home mapping for macOS. See #149
  • enhancement - [navigation] cursorTop + cursorBottom. See #154
  • enhancement - Change Cmd+D from "editor.action.copyLinesDownAction" to new "editor.action.duplicateSelection". See #157

0.2.34 (July 9, 2019)

  • bug fix - ctrl+f has no "when" so always searches in editor, so finding in terminal / webview is clobbered. See #153
  • enhancement - Missing command - Expand recursively. See #152

0.2.33 (June 15, 2019)

  • enhancement - New Binding Request: (VS Code)Revert Selected Range can be mapped to Revert...(Intellij). See #145
  • enhancement - New Binding Request: Structure(⌘7) can be ported by making use of Focus on outline view. See #146
  • bug fix - Native shortcut sequences beginning with ctrl+k clash with IntelliJ ctrl+k commit command. See #150

0.2.32 (May 20, 2019)

  • enhancement - Revert uncommitted changes shortcut. See #144
  • Update dependencies

0.2.31 (Jan 15, 2019)

  • enhancement - Updated "VCS quick popup". See #141

0.2.30 (Dec 10, 2018)

  • enhancement - better mapping for Find All References and List All References commands. See #136
  • enhancement - Copy File Path should be added. See #137

0.2.29 (Nov 17, 2018)

  • bug fix - Fix cmd+n not opening new untitled file. See #134
  • bug fix - navigateToLastEditLocation not released. See #135

0.2.28 (Oct 27, 2018)

  • enhancement - Enables 'navigate to last edit' shortcut. See #131
  • bug fix - Generating getters/setters/constructors on mac. See #130

0.2.27 (Oct 1, 2018)

  • enhancement - Alt Home hotkey for focusing the breadcrumbs. See #128

0.2.26 (Sep 11, 2018)

  • bug fix - Removed triggerSuggest keybinding. See #124

0.2.25 (Sep 1, 2018)

  • bug fix - Fixed triggerSuggest condition. See #122

0.2.24 (Jun 17, 2018)

  • bug fix - Git sync keybinding does not work. See #115

0.2.23 (Apr 22, 2018)

  • enhancement - Add refactor keybindings for extract method and extract constant. See #112
  • enhancement - Added support for move line up & move line down. See #113

0.2.22 (Mar 25, 2018)

  • enhancement - Go to next error and previous error. See #111

0.2.21 (Feb 17, 2018)

  • bug fix - Fix terminal focus. See #108
  • enhancement - Added jsbeautifier config

0.2.20 (Feb 4, 2018)

  • enhancement - Open Highlighted File (Explorer). See #107

0.2.19 (Feb 1, 2018)

  • enhancement - Implement ctrl+shift+k shortcut for the git.pushTo command. See #104
  • enhancement - ctrl+opt+shift + ↑ ↓ can be mapped on VSCode #102. See #102

0.2.18 (Dec 28, 2017)

  • enhancement - navigate between editor group could be mapped to option/alt + tab. See #101

0.2.17 (Dec 20, 2017)

  • bug fix - Cmd+E opens Recent Projects popup instead of current project's Recent Files. See #97

0.2.16 (Nov 1, 2017)

  • bug fix - fix cmd+k commit shortcut. See #93

0.2.15 (Oct 7, 2017)

  • bug fix - Wrong Mac shortcuts to move lines/statements up/down. See #90

0.2.14 (Sep 22, 2017)

  • bug fix - send ctrl+d to terminal on mac. See #88
  • bug fix - cmd+k in integrated terminal should clear terminal. See #85

0.2.13 (Aug 9, 2017)

0.2.12 (Jun 10, 2017)

  • enhancement - Add support for Goto Implementation. See #77.
  • bug fix - Start debug doesn't work.

0.2.11 (Jun 1, 2017)

  • enhancement - “find in files” shortcut doesn't works. See #54.

0.2.10 (March 3, 2017)

  • enhancement - Navigate Backward. See #63.
  • enhancement - Add secondary keymaps.

0.2.9 (February 25, 2017)

  • enhancement - Added IntelliJ products to package.json. See #60.
  • enhancement - Added JetBrains products to README. See #61.
  • enhancement - Update icon from png to svg.
  • enhancement - new file keybinding. See #59.

0.2.8 (January 30, 2017)

  • bug fix - Map to new shortcuts for new features in vscode insiders. See #50.
  • bug fix - cmd+5 open debug window doesn't work.
  • enhancement - add terminal focusPrevious and terminal focusNext. See #58.

0.2.7 (December 14, 2016)

  • enhancement - Map to new shortcuts for new features in vscode insiders. See #50.
  • bug fix - Update package.json with a compatible engine. See #51.
  • bug fix - Installing from VS Code Marketplace installs version 0.1.1 instead of latest (0.2.6). See #53.

0.2.6 (December 6, 2016)

  • enhancement - ctrl+q should be bound to show hover. See #46.
  • enhancement - ctrl+q should be bound to show hover. See #46.

0.2.5 (December 1, 2016)

  • enhancement - shift+esc can be mapped to ctrl+j. See #40.

0.2.4 (November 30, 2016)

  • enhancement - Ctrl+Shift+Numpad (- and +) should perform "Fold all" & "Expand all". See #38.
  • enhancement - ctrl+f12 should do what ctrl+shift+o does by default. See #39.
  • enhancement - shift+esc can be mapped to ctrl+j. See #40.

0.2.3 (November 29, 2016)

  • enhancement - alt+1 should toggle close corresponding tool window instead of just opening. See #36.

0.2.2 (November 24, 2016)

  • bug fix - My Ctrl + Delete and Ctrl + Backspace shortcuts are inverted. See #34.

0.2.1 (November 17, 2016)

  • enhancement - Add 'Delete Line' command. See #31.
  • enhancement - Add VS Code Marketplace batch.
  • bug fix - fix README version

0.2.0 (November 17, 2016)

  • enhancement - Add new key commands. See #26.
  • enhancement - Add CHANGELOG.md.
  • bug fix - Issue with Updating Extension and Versions. See #27.

0.1.10 (November 7, 2016)

  • enhancement - add editorReadonly.
  • enhancement - add travis ci cache.
  • bug fix - Ctrl+Alt+L Not Formatting XML Documents. See #23.
  • bug fix - fix of extension name in README.md. See #24.

0.1.9 (November 3, 2016)

  • enhancement - update VS Code Market Category from Other to Keymaps.

0.1.8 (October 31, 2016)

  • bug fix - Support fort start new line before. See #19.

0.1.7 (October 27, 2016)

0.1.6 (September 17, 2016)

0.1.5 (August 6, 2016)

0.1.4 (July 16, 2016)

0.1.3 (July 12, 2016)

0.1.2 (May 14, 2016)

0.1.1 (April 5, 2016)