Allow generating run configuration regardless indexing status
Hi,
Currently when a (java/scala) project is imported, user has to wait for the indexing to finish before they can right click a class to run a test. Our plugin (Pants) has implemented a custom Make process, and all it needs is the `Module` data rather than anything related to indexing.
Is there a way in terms of configurations or API calls to allow generating a run configuration independently from the indexing progress? so user won't have to sit and wait for a few minutes in a large project before they can run anything.
Thanks,
Yi
Please sign in to leave a comment.
The number one thing that stops my work in its tracks is when I try cannot edit a run configuration b/c the tool is "indexing".
Clearly it would not be locked if it didn't have to be. But it would be great if it could buffer edits, at least, and apply them when the indexing is done. Only hang when you try to use a Run Configuration that has not been applied to the latest index.