Intellij idea 2020.2 - JSF tool window not showing - intellij-idea

I cannot find the JSF tool window as described in the following link:
JSF tool window
I am using the following version:
IntelliJ IDEA 2020.2.1 (Ultimate Edition)
Build #IU-202.6948.69, built on August 25, 2020
Also, made sure that the Java EE: Java Server Faces plugin is enabled.
Do I miss any step to prepare my project for JSF? Or the Intellij-idea documentation is outdated?

Related

Custom Intellij plugin not working in older version from the version its created on

I have created a Intellij idea plugin with java and gradle by using intelli idea 2020.2.2 and its working fine in intellij 2020.2.2 and its higher version but while i am trying to use it in older versions like 2020.1.X or other older version its not working show "Incompatible with this installation" issue.
I want to use this custom plugin also with older verion.enter image description here

IntelliJ IDEA adding numbers to project name

When I "Create a new project from existing sources" in IntelliJ IDEA, it adds _#### to the end of the project name, where #### is a seemingly random 4-digit number.
This happens with this version:
IntelliJ IDEA 2018.1.5 (Community Edition)
Build #IC-181.5281.24, built on June 12, 2018
JRE: 1.8.0_152-release-1136-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.5
I know how to rename it, but how can this be disabled?
There is an open bug logged for SBT subsystem in IntelliJ IDEA. Please follow it for updates.
It appears that import doesn't complete properly for some reason.
UPDATE: SCL-13617 is the correct issue to follow.
This behavior was a workaround for another bug and will be changed in the 2018.2 release of the Scala plugin. Instead the import chooses the project directory name as project name.

Glassfish Server not in list of IntelliJ IDEA Ultimate 2017.3.4

I want to switch from Tomcat to Glassfish for the deployment of my web application.
Unfortunately, the application server Glassfish is not listed in the dialog of my IntelliJ IDE.
The IntelliJ documentation lists Glassfish.
How am I able to add/use it?
IntelliJ IDEA Ultimate 2017.3.4
MacOS 10.13.3
UPDATE
I tried previous version of the IDE and with 2017.2.7 Glassfish appears in the list of application servers:
Does anybody know why IntelliJ IDEs with versions 2017.3.x are missing Glassfish?
GlassFish Integration bundled plugin must be enabled in Settings (Preferences on Mac) | Plugins.

Installing Cursive plugin on WebStorm

I'm trying to install Cursive plugin to WebStorm 9 for ClojureScript. However, the plugin doesn't show up on 'Browse repository' tab in Setting->Plugin menu.
I tried to install it through downloading the plugin file from here and adding it from the disk, but WebStorm shows an error 'Error: Plugin Cursive is incompatible with current installation'.
Is there any way to install the plugin on WebStorm?
Cursive needs Java plug-in. Currently Java is not supported in WebStorm. It is possible that JetBrains are working on some basic support of Java in WebStorm and other Idea derivatives. To run Cursive you have to install Idea CE side by side with WebStorm or upgrade to Idea Ultimate.
Doesn't look like it. Or, it's not explicitly supported.
Cursive will work with IntelliJ versions 14, 14.1 and 15.
It does mention, earlier in that paragraph, that you should be able to use the Community Edition with it, though.
If you don’t have a licence for the Ultimate Edition, the free Community Edition is fine.

Eclipse plugin developed under Indigo will work under Juno (Eclipse 4)?

I will start a new project as an Eclipse Plugin, but I found that a new major update of Eclipse will come at June. So I'm wondering, do I have to start developing on this new version or I can use Indigo to create my plugin then it can be be supported by Juno with no problem?
Thanks.
You can download Eclipse 4.2 for plug-in developers right now.
http://eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/junom6
You don't have to use the 4.2 platform, but you can read the documentation, especially the changes from Eclipse 3 to Eclipse 4, and see if this impacts your plug-in.