You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocompletion in IDEs via static analysis is awesome. But pyimagej supports dynamically importing any Java class from any Maven artifact. It would be fantastic to add a mechanism, which is as convenient as possible, to generate, for whichever artifact(s) you have imported via jgo, the stubs that go with it. And then point the IDE at it.
@elevans and @hinerm and I are pretty sure we don't want to publish pregenerated stubs for anything, because there is too much, and it changes too often.
The text was updated successfully, but these errors were encountered:
Autocompletion in IDEs via static analysis is awesome. But pyimagej supports dynamically importing any Java class from any Maven artifact. It would be fantastic to add a mechanism, which is as convenient as possible, to generate, for whichever artifact(s) you have imported via jgo, the stubs that go with it. And then point the IDE at it.
@elevans and @hinerm and I are pretty sure we don't want to publish pregenerated stubs for anything, because there is too much, and it changes too often.
The text was updated successfully, but these errors were encountered: