Shortcut in IntelliJ executed in other program - intellij-idea

I have a problem with shortcuts on Windows 10 when I have both IntelliJ and Evernote Desktop open. When I use in IntelliJ a shortcut that also exists in Evernote, then the shortcut is not executed as expected in IntelliJ, but it switches to Evernote and the shortcut is executed there.
Has anyone already faced this issue?

Related

Navigation problems in intellij (Ctrl+B, Ctrl+Alt+B is not working to access method declartions/implementations)

I have recently shifted from eclipse to intellij.
When I opened my projects in intellij, I am not able to navigate like in Eclipse.
I checked my keymap, its been configured like below
But still I can't access the declarations or implementations of methods/ classes in my intellij.
When I click on a method (ctrl + B), there is a red popup saying '"Cannot find declaration to go to"
I have got Community Edition - 2019.3.
Please help.
Fixed. Just had to update indices. After importing project into intellij, a default process runs that updates all indices. Mine was paused because of another background process. Just had to restart it.

Switching between Terminal tabs in 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.

Integrated terminal disappeared in idea 2018

I have installed intellij idea 2018.1. I can't open integrated terminal shell. It's useful window for me.
There is no button in left drop-up menu. There are: Event Logs, Favorites, Project, but no terminal :(
Terminal is a plugin. See the plugin section to enable it.

Access Terminal in IntelliJ Enterprise edition 2017

I'm on a windows 10 64 bit box. I need to open the terminal inside intellij 2017.1. According to google the key command for this is alt-F12 but that combination of keystrokes does nothing apparent for me.
Is there an alternative way to open the console inside intellij that I might be overlooking?
Thanks!
It has clearly explained in the documentation provided by the JetBrains.
To find the terminal related details please use the following link.
IntelliJ IDEA Terminal
If you want to configure the key bindings please refer the following
link.
IntelliJ IDEA Keyboard Shortcuts
That shortcut is correct, to run embedded local terminal press Alt + F12. But you should make sure that the Terminal plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default, if it is not the case, you can enable it, go to Settings > Preferences > Plugins

Commenting code out/in IntelliJ IDEA german keyboard

After updated IntelliJ IDEA to 2017.1, I can not any more comment out/in code. I am using a german keyboard and until yet i could use a workaround to comment code in/out with the shortcut "CMD" + "-" but now it isn't working any more. The shortcuts "CMD" + "/" isn't working.
Any ideas to solve this problem on a german keyboard?
You can either reassign this action to the working shortcut in the Keymap preferences or use this workaround:
Install JB SDK Bintray Downloader plugin. You can find it in the plugin repository right in the IDE settings.
Find the action "Get JB SDK from BinTray" (On Mac you can use Cmd + A shortcut to find the action by name)
Choose appropriate Runtime version (build 795 or later)
Download it
Install it
Restart IntelliJ IDEA (it should happen automatically)
Check the IDE About dialog to be sure that the IDE is bootstrapped with the desired version of the runtime
To enable OpenJDK behavior go to Help | Edit Custom Properties, add the following property into the file:
com.jetbrains.use.old.keyevent.processing=true