eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Add support for launching Eclipse Process in a system terminal session

Open laeubi opened this issue 7 months ago • 24 comments

Currently processes are launched as a forked process without a terminal session attached to them. Some features of processes require a terminal session (e.g. autocompletion) and currently not work when running from within eclipse (e.g. the gogo-shell).

This is an attempt to bring terminal session support to Eclipse to support real terminal application similar to what is supported by IntelliJ.

laeubi avatar Mar 07 '25 16:03 laeubi