imagej / pyimagej

Use ImageJ from Python
https://pyimagej.readthedocs.io/
Other
474 stars 82 forks source link

Integrate stubgenj somehow #145

Open ctrueden opened 3 years ago

ctrueden commented 3 years ago

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.

ctrueden commented 3 years ago

See also tlambert03/bioformats_jar#2