Skip to content

Feature: IDE - Add a terminal #12

@surajkumar

Description

@surajkumar

We need a way for users to run code. Ideally, this should be a terminal interface (e.g. to cmd.exe, wsl.exe, powershell.exe, linux terminal etc).

This should be in the form of a @Composable that can be easily added to the primary IDE screen. Additionally, the general theme of the terminal should match our IDEs colour scheme.

A possible solution may come from:

implementation("org.jetbrains.jediterm:jediterm-ui:3.54")
implementation("org.jetbrains.jediterm:jediterm-core:3.54")
implementation("org.jetbrains.jediterm:jediterm-pty:2.69")
implementation("org.jetbrains.pty4j:pty4j:0.13.11")

However, during personal testing, this didn't really work well.

Ensure that the solution allows us to run commands programmatically e.g. via the quick run in the toolbar.

Research may be needed!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions