Skip to content
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

Support 2019.2 and higher #29

Open
DavidDTA opened this issue Mar 31, 2020 · 2 comments
Open

Support 2019.2 and higher #29

DavidDTA opened this issue Mar 31, 2020 · 2 comments

Comments

@DavidDTA
Copy link

I would like this plugin to support IntelliJ community 2019.2. What are the limitations that cause this not to work for 2019.2 and higher?

@mglukhikh
Copy link
Collaborator

mglukhikh commented Aug 26, 2020

To be short, in last IDEA versions (beginning from 2019.2) some classes used in this plugin (mostly in IdeaRunner.kt in this repo) were moved or deleted, so now we have to drastically rework this runner to match these versions. At this moment command-line running infrastructure in IDEA is under large refactoring, so I hope the problem will be solved sooner or later...

@DavidDTA
Copy link
Author

DavidDTA commented Aug 28, 2020

This issue is actually now solved for me. I am now using IntelliJ 2019.3 (actually Android Studio 4.0). That version no longer appears to rely on .iml files for running inspections from the command line, and so running inspections from the command line works without ever opening the IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants