atom-julia-client
atom-julia-client copied to clipboard
Command for Expanding inline boxes
It would be beneficial for the workflow if one could expand the inline boxes via the keyboard.
My suggestion is to make a Inline Results: Expand command and optionally have a default keybinding.
I have a (stale) PR for something like this here -- might be worth to revive it.
Btw, any suggestions for a good keybinding? :)
IMO ALT/OPTION + E would be nice it is easy to remember and the ALT+T + ALT+E combo is handy. I don't know if it is already taken though.
That PR looks very promising *-*
@pfitzseb Could you tell me the current status for this issue/PR ? I think the codebase has changed so much that the PR seems better to be crafted from scratch.
If you could give me a tip about where to fix, I'm very welcome to dig into this 😃
I think something like ctrl+TAB to both expand and contract if the cursor is on top of code that generated the floating result. Or, ctrl+j ctrl+i ("i" for inline).