Hi,
Is it possible to add the Eclipse "Quick Fix" feature in DBeaver?
It is very useful to quickly replace character strings in big scripts.
Thanks in advance.
HI there,
I liked it! Another improvement could be Alt + Shift + R
, as from Eclipse shortcut, to rename all references of an table alias or highlighting them.
What do you think about it @serge-rider ?
Yes, and with the possibility to fix previous names, all names or following names depending on the carret position...
That's a very useful feature.
Agreed, that would be a great feature.
But here we go into refactoring zone. It is really complicated and requires a lot of effort. First of all existing back-end model of SQL editor doesn't allow such things. It has to be significantly improved.
I'll leave this feature request as a reminder. Can't say when I'll find time to implement it.
I'm afraid I'll need to work on DBeaver on a full-time basis to support such things :)
Most helpful comment
HI there,
I liked it! Another improvement could be
Alt + Shift + R
, as from Eclipse shortcut, to rename all references of an table alias or highlighting them.What do you think about it @serge-rider ?