-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it run with other IDEs #22
Comments
Honestly: I don't know. I'd strongly assume because as far as I understand they share the same plattform and Psi as well as the IDE framework is mostly the same (not sure about CLion!). But I haven't tested yet. I got feedback from users that it works with Android Studio. Whats the trigger behind your proposal? |
I am an actual user but I haven't given it a try yet. Will check it out in some days and respond if it works ;). |
I've tried it for some Python project and got this:
|
Thanks for the feedback! Just to clarify the various warnings:
This is a plain groovy issue with an interop issue with the JVM. Ecpect it as "normal" until Groovy itself solves it.
These are typicals issue with inspections: They tend to work in the UI-mode but some fail sporadically in headless mode. They might reveal bugs in the inspection code and you can report them to Jetbrains. You should have a look on those, because they might inhibit the successful run of other inspections. |
Hey,
quick question: does this tool run with other Jetbrain IDEs like PyCharm, RubyMine or CLion?
If so, could you include a sentence that it does so in the first paragraph of the project README?
Thanks :)
The text was updated successfully, but these errors were encountered: