JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
102 stars 0 forks source link

JetClient blocks the usage of backspace and delete in csproj files #105

Open GeriWolters opened 1 month ago

GeriWolters commented 1 month ago

Describe the bug When JetClient is activated, it is not possible to use backspace or delete in files of type .csproj

Steps to reproduce Edit a .csproj file and use backspace or delete inside the file.

Expected behavior Backspace and delete working normally in .csproj file.

Environment information:

AntonShuvaev commented 1 month ago

Thanks for reporting this issue. I couldn't reproduce the problem on my end. Could you help me with a few more details?

  1. Try disabling JetClient temporarily and see if the issue still happens.
  2. Does opening or closing the JetClient tool window make any difference?
  3. Go to Settings -> Keymap, and search for "delete" key using the "Find Actions by Shortcut" icon (next to the search bar). In the Plugins section under JetClient, you should see two "Delete..." actions. Right-click on both and select "Remove all shortcuts". Check if the issue still exists.
GeriWolters commented 1 month ago

Thanks for getting back to me.

  1. Disabling JetClient restores the usage of backspace/delete in csproj files.
  2. Opening or closing the JetClient window makes no difference.
  3. Removing the delete did not change the behaviour.

Since backspace is also affected and JetClient does not appear to map the backspace key, it seems unlikely that key mapping is the cause?

I have tried both Visual Studio 2022 and Rider keymaps.