Access Terminal in IntelliJ Enterprise edition 2017 - intellij-idea

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

Related

InteliJ Shortcut Maven clean install

I try to find a way to do the following steps in InteliJ by using only keyboard:
alt+ F1 --> F
Currently I'm clicking CTRL + Left Mouse to choose clean and install.
Is there a way to do this just by using the keyboard?
Thanks for any help.
If you are looking for existing shourtcut or tring to add a new one on intellij, the best thing to do is to check the key map.
the KeyMap is located in File|Settings for windows and linux or IntelliJ IDEA|Preferences for macOS (Ctrl+alt+S is good too) and then look for the KeyMap tab and search "maven".

How do I download ClojureDocs for Cursive manually in IntelliJ?

I've recently installed the Cursive plugin for IntelliJ IDEA. At first startup, a popup asks whether ClojureDocs examples should be downloaded:
I clicked on "Don't ask me again" by mistake, instead of "Download". This only happens on the first startup of the plugin, so there's no chance of getting the choice again (as explained in the relevant documentation).
How do I get this installed? As I'm fairly new to the language and environment, I find the examples of great help.
I've searched for a setting that would allow the plugin to ask again, or to initiate the download - no success.
I've tried to disable then enable the plugin (including restarts of the IDE) - no success.
I've tried to uninstall then reinstall the plugin (including restarts of the IDE) - no success. It seems to remember the old setting.
I imagine removing some configuration file or option would do the trick.
This applies to IntelliJ IDEA version 2020.3 and Cursive version 1.10.0-2020.3 - the Cursive plugin has already been installed and is active.
On menu go to File > Settings, in Settings Language & Frameworks > Clojure, heading Documentation Options, click Update.

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.

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

IntelliJ Run Configuration Broken by an Incompatible Plugin I Can't Uninstall?

I had been developing an application on a trial version of IntelliJ 2016 Ultimate. Since the trial version ran out, I resumed work using the Community Edition. However, trying to launch my application yielded the following error:
Unknown run configuration type #com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory
"No problem" I thought, just an incompatible plugin that was installed with Ultimate that I don't really need anyway. I opened the Plugins section of the Preferences menu, but I can't find the plugin in question. Below is a partial screenshot of the plugin list where I would expect to see the plugin listed in the error message.
The configuration can also not be edited from the Run/Debug Configurations menu, but lists the Run Configuration error as: "Broken configuration due to unavailable plugin or invalid configuration data."
Am I really unable to uninstall the Ultimate plugin preventing my run configuration from working from the Community Edition? What can I do to fix this if so?
It's have been a long time since this question was launched but it might be useful for new searches.
I got the same error with Dart and Flutter.
Just go to Menu >> File >> Settings. Then type plugins on the search box. Check if your plugins need to be updated (in my case Dart and Flutter). I the screenshot I had clicked in the "update" green button. So it turns into "Restart IDE" text. It should fix the problem once you restart the IDE.
To the best of my knowledge the community edition of IDEA will not load and run plugins that are not compatible with it. Moreover, by default, the community edition uses a different configuration directory than the Ultimate edition. So unless you modified the config directory to use, the community version should not be picking up the Ultimate Edition's plugins. Based on the error you show, I think the issue is you simply need to delete that Run configuration. The error is saying that that Run configuration wants to use a Plugin (The Tomcat Plugin) that is not available (i.e. not installed).
If you still want to confirm what plugins are installed, you can manually uninstall a plugin by removing it from the plugins directory. Note that some plugins are simply a standalone JAR, in the plugins directory, others are sub-directories within the plugins directory. Just delete the JAR or sub-directory.
That plugins directory is the idea config directory. See Directories used by the IDE to store settings, caches, plugins and logs for information on its location. On windows for example, by default it will be:
Ultimate: C:\Users\UserName\.IntelliJIdea2016\config\plugins
Community: C:\Users\UserName\..IdeaIC2016\config\plugins
UPDATE
I forgot to mention... bundled plugins are in ${idea-install-directory}/plugins. So for the ultimate edition, the Tomcat plugin is in ${idea-install-directory}/plugins/Tomcat. That is why, as you mentioned in your comment below, you are not seeing that plugin in the user installed plugin directory I mentioned above.
updating flutter and android studio worked in my
case
Simple upgrade Dart plugin..
Go to Settings/Plugins/Browse Repositories and search dart (Language) and upgrade
this will work.
I had a similar worded issue "Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration data."
In the bottom right part of the Rider IDE, you will see a popup that says
"Plugin supporting feature (Run Configuration[UNITY_ATTACH_AND_PLAY]) is currently disabled."
Click enable plugins, and restart when Rider asks you to do so.
If this does not work, remember that one possible reason is the issues with macOS indexing (my Macbook started to malfunction after its battery hit 0). A way to check is to try and search a file from the top right corner(). If you can not find existing files, this means macOS messed up with indexing.
To solve it, click Apple icon on top left side and go to System Preferences -> Spotlight -> Privacy Tab -> Add all folders to the "won't index" box -> Remove everything you have added so they get reindexed.
https://www.techradar.com/how-to/software/operating-systems/how-to-fix-a-mac-s-broken-find-function-1298964
Lastly, go to Rider and hit File -> Invalidate Caches and Restart.