where is "application servers" tab in IntelliJ 11.1.3 - ide

can't find application servers tab in IDE setting, as it was in previous versions

I am using 11.1.3 Ultimate and it's there. Maybe you are missing some plugin?
If you still can't find it, hit Ctrl + Shift + A (Enter action or option name) and type "application servers". Hit Enter and IntelliJ will open proper window.
UPDATE: application servers are not supported in community edition.

Related

How to make available "open this project in IntelliJ IDEA" option in Windows context menu, if IntelliJ IDEA has been installed via JetBrains Toolbox?

If to install some of IntelliJ IDEA family IDE manually, it will be suggested "add 'open this directory in IntellIJ IDEA' in context menu" in installation master. However, if to install IDE via JetBrains Toolbox there will not be available this option.
https://youtrack.jetbrains.com/issue/TBX-2478 -- watch this ticket (star/vote/comment) to get notified on any progress.
Other tickets with similar requests (that I think should be marked as Duplicate to the aforementioned one or some other way around): TBX-3573, TBX-3981

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.

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

Configure and install Intellij IDEA SDK

Now I want to write a plugin in intellij , development of every custom plugins requires the IntelliJ IDEA SDK to be installed and configured for that project. How can I install and configure sdk to my project?
Here you can read official guide to configure IntelliJ Idea SDK
Press CTRL + ALT + SHIFT + S
In the Project Structure dialog box that opens, do the following, and then click OK
Under Platform Settings, click SDKs, and then click the plus sign icon.
From the provided list, select IntelliJ IDEA Plugin SDK.
Using the Select Path dialog box that opens, select the IntelliJ IDEA installation directory directory, and then click OK. Note, that by default, this dialog box automatically selects the home directory of the currently running IntelliJ IDEA installation.
In the Select internal Java platform dialog box that opens, select a Java SDK (JDK 1.6 is recommended) to be used as IDEA internal platform, and then click OK.
Optionally, in Sandbox Home, change the default folder to which Intellij IDEA will copy plugins for debugging.
Open the Sourcepath tab, click Add, and then select the folder where you have checked out the sources of IntelliJ IDEA Community Edition.
In the Detected Source Roots dialog box that opens, click OK.

Can't find Web Application project in Netbeans

When I start a netbeans project, there is no categories "Java Web". Which is for make "Web Application" project. How can I add "java web" plugin or something in netbeans to see the java web categories in categories list in netbeans. please someone help me.
Go to the Tools menu and select Plugins. Then click on the "Available Plugins" tab.
Check the box for "Java Web Applications".
Click the "Install" button.
Click your way through the dialogs until the plugin and its dependencies are installed.
Restart the IDE.
You should now find "Java Web" in File -> New Project.
For anyone else that has this issue I've figured out how to fix it (when you find find the files for your webproject in htdocs).
Click on File -> New Project
Then click on Php Application from Existing Sources...
Then click on the files you have in your htdocs folder and it should show back up.
(Note you might have to double check the port numbers when you set it back up).