
I make Pythonista and Editorial – @olemoritz on Twitter.
Groups
-
omz
I’m guessing most people who frequent this forum already have Pythonista, but just in case you’ve been holding off, or know someone to gift it to: Pythonista is currently 50% off on the App Store, until Sunday, to celebrate Pi day (3/14).
https://itunes.apple.com/us/app/pythonista-3/id1085978097?ls=1&mt=8
If you want to do me a HUGE favor, please go and post a 5-star review on the App Store (scroll down in Pythonista’s settings and tap “Rate Pythonista”) – only if you really like the app, of course, but it helps a lot to have some recent reviews up there, and even just a star rating would be much appreciated. Thanks!
-
omz
@JonB Yes, I'm using a pregenerated keyword index, though I guess using
jedi
to extract docstrings could be an interesting option as well, might be more accessible than a script hook. -
omz
@cvp That's certainly true (and thanks for the kind words!), and I can definitely see both use cases, but running a script hook would allow you to do that as well, I guess.
-
omz
@cvp I don't know, I would guess that augmenting the search results with online sources could potentially be more useful, not sure though.
-
omz
I'm truly impressed by what you've been able to accomplish in such a short amount of time! It might even make sense to provide a built-in hook for this kind of thing, not quite sure yet about the implications.
-
omz
If you're currently viewing the file browser, you have to swipe left twice to get to the interactive prompt, but make sure that you swipe anywhere except on the keyboard.
With an external keyboard, you can also get to the prompt by pressing
Cmd
+J
, maybe followed byCmd
+Return
(in case the keyboard isn't already active in the editor).