hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

Hy shell features #57

Closed ekaschalk closed 6 years ago

ekaschalk commented 6 years ago

I'm nearing completion of the shell. Suggest shell-related features here.

To go:

  1. ~Send region to shell~
  2. Send function def to shell
  3. ~Send current form to shell~
  4. ~Enable internal processes, which will finalize autocompletion for both shell and source code.~

Someday - more involved:

  1. proper pdb integration
  2. cider-like overlay of eval results option
ekaschalk commented 6 years ago

Sending current form to shell now implemented. Does not inhibit output, unlike region/buffer.