How to make navigation of IdeaVim (the hjkl arrows) work in Datagrip tables - datagrip

A well known plugin IdeaVim works in Pycharm and Webstorm but can not make it work in Datagrip table view. I want to navigate with hjkl but it makes text immediately be inserted into cell and overwrite cell content.
Is that normal? Possible to have hjkl to navigate in DataGrip tables? Or hjkl keys will only work in DataGrip console?

This is a nice idea! This feature is not supported by IdeaVim, but you can create an issue on YouTrack: https://youtrack.jetbrains.com/issues/VIM

Related

Howto fix messed-up TOAD configuration - How to open a SQL-Window

I am stuck with my daily use of TOAD.
I use Toad in parallel with SQL Developer, because TOAD provides syntax hi-lighted SQL Export und faboulous dependeny tracking with F4. Still most of development of mine is done on SQL developer.
For a few days I struggle with Toad. Sometimes it opens all the editor windows I need on opening, sometime it won't and I can't figure out how to tailor and tame the beast.
I struggle with this situation:
I have connected to target system, but the editor window does not open by itself, neither I can open one manually - see picture.
What is wrong?
How can I tailor toad, to open an SQL editor window, each time a new session is established?
How can I open a SQL-window, eg. how to activate the open editor option in the situation show on the screenshot?
What kind of strange state TOAD is taking in the situation shown?
Thanks for your help.
Your screenshot is so small I can't see everything you have going on, but the Editor menu you show contains Editor specific commands that are only enabled when an Editor is opened and active. You don't have one. To open an Editor windows see the Database menu. There's also a toolbar button for it, but it looks as though you only have the Team Coding toolbar active.
Since you are having issues I'd recommend resetting the toolbar layout so that everything is visible again. Right click over Toad's toolbar and choose "Restore defaults."

SQL Developer not showing tables

So, I'm kinda new to SQL Developer, but I always heard a lot about it and how it was good. The thing is, my SQL Developer never showed my tables, nor had a "Tables" tab. Sorry if this is a dumb question, but, I've searched everywhere and, wherever I search they simply show that SQL Developer automatically generate the "Tables" tab when you connect. This never happened to me.
One more question, all of a sudden, my SQL Developer toolbars changed and the old ones simply vanished. And, when I say "all of a sudden" I mean it. I closed it and, when I opened, it changed. Also, the buttons doesn't work, none of them.
Your screenshot shows that you have the Data Modeler extension active. All those toolbar buttons are for creating logical data models and ERDs.
It's a little weird as you have a worksheet active, so the worksheet/SQLDev toolbar should be active.
Glad a restart helped.
If this happens again, try Window > Reset Windows to Factory Settings
You're looking at the DBA view. You probably want to be looking at the Connections view. Go to View and choose "Connections". That will bring up the window that contains the tree view that lets you navigate to different object types (like tables) rather than the tree view that lets you navigate to different DBA tasks.
If you are on Windows, try this
View(from the top menu bar) --> Connection(click it)
Clicking on Connection will open the Connection view with all the tables.

How to delete an entire line in Toad?

I'm starting to use Toad 11.0 a lot more, and I've spent a half hour searching online for a keyboard shortcut to delete an entire line of sql in the editor window. I don't want to have to highlight the line, I just want to delete the line my cursor is on. This functionality exists in many other apps, and is usually a shortcut such as:
Ctrl+L (notepad++)
Shift+Delete (visual studio)
etc.
(Those keystrokes don't work in Toad.)
There must be a way. Please help.
I found it. It's Ctrl+Y. Nice that I found it, but that's a strange, lame, and uncommon way to map line deletions.
I went into the Key Mapping screen of Toad and tried to change it to Ctrl+L, but that didn't work.
Try Ctrl+Shift+Delete. Referenced in Toad for MySQL blog.

toad for oracle autocomplete dropdown

Toad for Oracle has an autocomplete feature.. you type SELECT * FROM USER. and then press Ctrl+. and a drop down appears where you can choose from the objects available to you.
This functionality suddenly stopped. Now, instead of a drop down, it goes to the first default match. I have no idea what I did to change the behavior.
How do I restore the drop down functionality?
In newer version of Toad, this option is under View -> Toad Options -> Editor -> Code Assist.
In older versions, this option is under Options -> Editor -> Code Assist.
The only time I have ever seen it autofill instead of providing a list is when there is only one table that matches though... What version of Toad are you using?
I had the same problem, it was caused by a corrupt configuration file - try this answer and see if it works.

Oracle SQL Developer "Run" shortcuts disabled

Suddenly all my keyboard shortcuts in the "Run" menu are disabled and I have no idea why. They were working yesterday, but not today. I can click on the toolbar menu options to run these commands (Run, Trace, etc), but they key bindings don't work. I tried this suggestion and even went so far as to re-install it. Still no luck. Anyone have any suggestions?
Thanks!
Most of the menu items in Oracle SQL Developer will be active only if at least one connection is active.
So check whether you have your connection object is active.
For more Oracle SQL Developer shortcuts click here
Have you assigned a connection to the worksheet (or file, if that's what you are trying to run)? It's the dropdown box on the top right-hand side.
This is for debug and won't be enabled until you click on some code (say a Function, Procedure, or a Package)
I had this same issue until I opened the procedure/function etc. with the procedure editor instead of as a worksheet. This is done by finding your program in the Connections explorer and opening it from there.

Resources