Switching between Terminal tabs in IntelliJ IDEA - intellij-idea

Got several Terminal tabs in IDE. If i right-click any of them i see that i can switch between tabs using Alt+Right and Alt+Left:
However, these combinations don't seem to work. Using IntelliJ IDEA 2018.3 Community Edition
P.S. Switching between editor tabs works fine with the same combinations.

It's a known bug in 2018.3 release, it will be fixed in 2018.3.1 update.
As a workaround you can disable the option to override IDE shortcuts.

Related

IntelliJ IDEA: how to disable projects opening as tabs on macOS?

No idea since when this was introduced but recently updated to Monterey and it started to appear.
How can I disable it? I prefer one editor per workspace. The new way conflicts with normal tab switching.
Either disable it globally in macOS system settings, or disable it for IntelliJ IDEA only by adding ide.mac.bigsur.window.with.tabs.enabled=false in Help | Edit Custom Properties (IDE restart is required).

Is there a way to enable/disable Intellij IdeaVim plugin using keyboard shortcut?

I am using IdeaVim in Intellij as I can't really get over modular editing. But there are times when I just want it completely disabled (like when a coworker shows me something on my computer).
I know it can be disabled through the plugin manager by unchecking the enabled box, but this does not really cut it for me in many cases as it is too slow and disruptive for quick.
What would be nice to have is to make some keyboard shortcut to disable and enable the plugin so that I can easily switch between the modes. Is there a way to do this so that I don't have to restart Intellij for the changes to apply?
(Keeping vim in insert mode would not work in my case as it jumps to command mode at times for no reason)
Vim emulation can be disabled via Tools | Vim Emulator. There is already assigned shortcut, but it conflicts with some of IDE shortcuts and will be removed in the next release. You can assign your own shortcut using regular IDE mapping.

IntelliJ menu bar not responding

None of the top menu actions is responding (from 'File' to 'Help').
I am using IntelliJ IDEA 2018.3 (Ultimate Edition), build #IU-183.4284.148 on macOS Mojave version 10.14 via the jetbrains toolbox. I tried restarting the computer and intellij, nothing helps.
I also tried to find the intellij log files stored somewhere, but I can't find it, even with the help of jetbrains documentation here.
I am running out of ideas.
Has anyone encountered the same issue ?
Thanks

Intellij starts with insert key on

i have moved to intellij 14 (using centos 7).
Each time that i open a file using intellij, it opens it when the 'insert' key is pressed.
how do i change it? can it be a problem with the centos? (when opening a new gedit document it appears to be ok)
thank you
The problem was the ideaVim intellij plugin.
after disabling it, the problem was solved and the 'tab' key started working for multiple lines selection.
Intellij 14 weird editor/cursor behaviour
cheers
Disable the ideaVim plugin worked for me. Ctrl+Alt+S opens up Settings/preferences dialog box, uncheck the ideaVim plugin

Issue using PhpStorm along with WebStorm

I just started using PhpStorm and WebStorm and I am working on the same directory with both. The problem is that each time I switch between windows, I am prompted for reloading the project because workspace.xml changes. I really don't have any clue how to get over this. Did anyone had the same issue? What should I do?
You should not use both WebStorm and PhpStorm at the same time on the same system and project. Note that PhpStorm already includes all the WebStorm features, so you don't need WebStorm if you have PhpStorm.