Flutter Plugin issue in IntelliJ IDEA 17.2 - intellij-idea

I am trying to add plugin for flutter as recommended by flutter in their site and i am facing two different issues in it
I couldn't find plugin named Flutter in their plugin directory even though they have in their site
https://plugins.jetbrains.com/plugin/9212-flutter
if I download the plugin via the sit and install it the plugin referring from disk in IntelliJ, it say it is incompatible.
Anyone facing same kind of issue or anyone found a workaround for this.
I am using IntelliJ IDEA Community Edition 17.2

As far as I know Flutter plugin doesn't yet support EAP versions of IntelliJ.
There is an open issue https://github.com/flutter/flutter-intellij/issues/400

Thanks Gunter. Appreciate your feedback. Finally after creating a second flutter app and loading it in IntellJ , if automatically recognized flutter plugin available to be download and it installs the plugin after i accept the download and installation which followed by a restart for it get activated.

Try updating your Android Studio: Documentation
Open preferences (Android Studio > Check for Updates)
If dart or flutter are listed, update them.

Related

intellij 22021.2.2 grails app forge isn't showing any profiles

My Intellij idea ultimate v 2021.2.2 is not showing any profile list when creating a new grails project via the grails app forge option.
This renders the embedded builder to be useless - you cannot proceed as the drop down is empty, and nothing is selectable in the drop down.
I can however go to the grails v5 app forge site, and generate one from the site and then get the zip unpack it and import it into Intellij which works
what's wrong with my Intellij configuration and how do I fix it ?
I also ran into this issue and found youtrack issue IDEA-280782 filed with JetBrains. I was able to download and install the early access (EAP) version 2021.3 Beta and it did fix the issue. You can visit the IntelliJ Early Access Program page to install the beta version with the fix.

Where to find Quarkus run configuration in Intellij IDEA?

Some time ago I used to run Quarkus projects in Linux as any other proyect, this means by clicking "Edit Configurations" and selecting "Quarkus (Maven)" as you can see in this picture:
But now I´m using Windows and those menus have disapeared:
As an alternative currently I´m running my Quarkus projects from Maven tab, which isn´t a fashion way:
So at the begining I thought this was due to a bug in Quarkus Tools plugin that I created a new issue, however that plugin does not offer such feature. Could anybody give a hand on how to run Quarkus projects as any other project? Thanks in advance.
Run configurations are offered by this plugin: https://plugins.jetbrains.com/plugin/14242-quarkus-integration
Looks like it is discontinued though, marked as "deprecated" and it's not showing in the Plugin marketplace (within IntelliJ) for me, so I had to install it via the website.
AFAIK there are plans for the official JetBrains bundled plugin to support it (https://youtrack.jetbrains.com/issue/IDEA-228507), but it's not done yet.

IntelliJ IDEA 2018.3 Browse Repositories

I can't find the "Browse Repositories" option under Plugins in IntelliJ Ultimate Edition 2018.3.2 and I am pretty sure that I had it before.
I need to install the Flutter plugin from repositories.
[!] IntelliJ IDEA Ultimate Edition (version 2018.3.2)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
Seems like you have it already installed - check the Installed tab. If it's there you probably missing the Dart plugin, which should be installed together with Flutter plugin. Try to reinstall Flutter plugin.
There are many changes in the newer versions of IntelliJ IDEA.
"Marketplace" is similar to the "Browse Repositories" option.
If you have already installed a plugin it will be in your "installed" tab.
Also, check if have somehow disabled the plugin.
I found out that the Flutter plugin is not compatible with 2018.3 versions. I downgraded to 2018.2, now it is fine.

go lang plugin for Intellij IDEA 14.0.x

Is it possible to setup go language pluing for Intellij IDEA 14.0.3 version?
I tried to download the binary plugin (jar) from https://plugins.jetbrains.com/plugin/5047?pr=idea but the version 0.9.15.3 listed here is old and does not recognize GOROOT and GOPATH.
I tried to build the latest plugin using sources from https://github.com/go-lang-plugin-org/go-lang-idea-plugin using Intellij but failed to setup the SDK.
Is there a latest binary version of the go lang plugin available?
Update to IDEA 14.1+ or use the IntelliJ Community.
Original answer:
You can use the free version of IntelliJ Community with the latest version of the plugin and everything should work fine. Also, Android Studio for example is compatible with the plugin as well.
Unfortunately the plugin has some internal dependencies which makes it hard to port back and maintain for multiple IDEA versions. Hope this helps
It might be not the exact answer your are looking for but their is a separate IDE for go developer . it has some unique features you must try GOLAND First month is free.
I also faced up this problem couple days ago. You can download nightly version of go plugin from this link.
You must install this plugin via browse your download folder not repository

Force.com IDE - Eclipse Plugin doesn't work?

I'm new to Apex and have just downloaded Eclipse to get to work
Eclipse SDK 3.3.2
I've followed the instructions on
http://wiki.apexdevnet.com/index.php/Force.com_IDE_Installation_for_Eclipse_3.3.x
and have added the Remote site:
http://www.adnsandbox.com/tools/ide/install/
but i get a dialog telling me
"No features found on the selected site(s). Choose a different site or site category"
Any ideas what i've done wrong??
Thanks
Dan
Try that process from a clean eclipse install, and repeat the installation steps, making sure that before clicking on "Finish" you unselect the checkbox at the lower left: "Ignore features not applicable to this environment".
Also, check if http://www.adnsandbox.com/tools/ide/install/ is accessible from your workstation.
Please check your proxy setting by accessing "http://www.adnsandbox.com/tools/ide/install/" URL in any of browser and update proxy setting in eclipse.
Force.com now has a standalone development environment that you don't need to download Eclipse for. Just putting it out there for people who stumble across this post.
Install the latest Eclipse Ganymede and try that.
Another good news for you is, force.com is coming with Eclipse galileo plugin in coming release.