-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels