How to turn off auto-insert double quotes when copy pasting in rider in sql files

Workaround

Disable the ‘IdeaVim’ plugin under File | Settings | Plugins.

Problem description

Hi, could you please help? I have been exploring settings for a while, but I can't find how to disable escaping quotes when copy-pasting strings in sql files. It adds extra work

0
2 comments

Hi, 

What SQL dialect is this? SQL Server?

Is it a regular .sql file? Not SQL injected into other code?

What key combinations do you use to copy and paste stuff?

Does the problem go away if you temporarily disable all of the non-bundled plugins (Vim included) and restart the IDE? File | Settings | Plugins | ⚙ | Disable all downloaded plugins

Please also provide:

  • A super-short version of the entire SQL script where this is reproducible
  • Contents of your IDE's Help | About window
0

Please sign in to leave a comment.